Skip to content

Commit 8eca9ae

Browse files
committed
tmt: Fix assert in lbi install test
Signed-off-by: Chris Kyrouac <[email protected]>
1 parent e1ea6f1 commit 8eca9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/booted/test-logically-bound-install.nu

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ print "IMAGES:"
66
podman --storage-opt=additionalimagestore=/usr/lib/bootc/storage images # for debugging
77
assert ($images | any {|item| $item.column1 == "quay.io/curl/curl"})
88
assert ($images | any {|item| $item.column1 == "quay.io/curl/curl-base"})
9-
assert ($images | any {|item| $item.column1 == "registry.access.redhat.com/ubi9/podman:latest"}) # this image is signed
9+
assert ($images | any {|item| $item.column1 == "registry.access.redhat.com/ubi9/podman"}) # this image is signed
1010

1111
tap ok

0 commit comments

Comments
 (0)