forked from toolshed/abra
test: fixups for the changepocalypse
This commit is contained in:
@ -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'
|
||||
|
Reference in New Issue
Block a user