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

Commit 4f17f93

Browse files
committed
fixup
Signed-off-by: stevenhorsman <[email protected]>
1 parent 6125b6a commit 4f17f93

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
@@ -169,7 +169,7 @@ setup() {
169169
sudo journalctl -xe -t kubelet --since "$test_start_date" -n 100000
170170

171171
assert_pod_fail "${pod_config}"
172-
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'
172+
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'
173173
}
174174

175175
teardown() {

0 commit comments

Comments
 (0)