partially fix tests/integration/recipe_version.bats
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user