test: fixups for the changepocalypse

This commit is contained in:
2024-07-09 09:41:49 +02:00
parent c33ca1c6bc
commit addbda9145
10 changed files with 22 additions and 23 deletions

View File

@ -39,8 +39,11 @@ teardown(){
# bats test_tags=slow
@test "undeploy app" {
_deploy_app
_undeploy_app
run $ABRA app deploy "$TEST_APP_DOMAIN" --no-input
assert_success
run $ABRA app undeploy "$TEST_APP_DOMAIN" --no-input
assert_success
# NOTE(d1): ensure not chaos undeploy
assert_output --partial 'false'