Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit d11e8ef

Browse files
committed
fixup grep message
Signed-off-by: stevenhorsman <[email protected]>
1 parent 2970527 commit d11e8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/kubernetes/confidential/agent_image.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ setup() {
171171
echo "-- kubelet logs:"
172172
sudo journalctl -xe -t kubelet --since "$test_start_date" -n 100000
173173

174-
assert_logs_contain "containerd" 'failed to resolve reference \\"quay.io/kata-containers/confidential-containers-auth:test\\": pulling from host quay.io failed with status code \\[manifests test\\]: 401 UNAUTHORIZED'
174+
assert_logs_contain "containerd" 'failed to resolve reference \\"quay.io/kata-containers/confidential-containers-auth:test\\": pulling from host quay.io failed with status code \[manifests test\]: 401 UNAUTHORIZED'
175175
}
176176

177177
teardown() {

0 commit comments

Comments
 (0)