test: fix outputs [ci skip]

See https://build.coopcloud.tech/coop-cloud/abra/2035/1/5
This commit is contained in:
2024-07-10 13:20:26 +02:00
parent 3c9405a4ed
commit 4be8c8daed
2 changed files with 2 additions and 2 deletions

View File

@ -269,7 +269,7 @@ teardown(){
@test "error if specific version does not exist" {
run $ABRA app deploy "$TEST_APP_DOMAIN" DOESNTEXIST --no-input --no-converge-checks
assert_failure
assert_output --partial "doesn't seem to have version DOESNTEXIST available"
assert_output --partial "reference not found"
}
# bats test_tags=slow