Skip to content

Commit

Permalink
Merge pull request #2442 from mtrmac/error-change
Browse files Browse the repository at this point in the history
Update an expected error message
  • Loading branch information
TomSweeneyRedHat authored Nov 20, 2024
2 parents c5eaf49 + f423f01 commit 87f199f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemtest/010-inspect.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down

0 comments on commit 87f199f

Please sign in to comment.