From 10a0d522daf024ab89a8c6198ecdfb21b5614c03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Mon, 14 Oct 2024 20:39:14 +0200 Subject: [PATCH] Update an expected error message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/containers/image/pull/2595 will change it. Signed-off-by: Miloslav Trmač --- systemtest/010-inspect.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemtest/010-inspect.bats b/systemtest/010-inspect.bats index 7c617d32ba..405132a626 100644 --- a/systemtest/010-inspect.bats +++ b/systemtest/010-inspect.bats @@ -132,7 +132,7 @@ END_EXPECT @test "inspect: image unknown" { # non existing image run_skopeo 2 inspect containers-storage:non-existing-tag - expect_output --substring "identifier is not an image" \ + expect_output --substring "does not resolve to an image ID" \ "skopeo inspect containers-storage:010101010101" }