partially fix tests/integration/recipe_version.bats
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
p4u1 2024-02-18 21:57:38 +01:00
parent 08232b74f6
commit 8a84b1067c
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ setup() {
}
@test "error if not present in catalogue" {
run $ABRA recipe versions "$TEST_RECIPE"
run $ABRA recipe versions "not-in-catalogue"
assert_failure
assert_output --partial "is not published on the catalogue"
}