fix tests/integration/app_remove.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:
@ -104,7 +104,10 @@ teardown(){
|
|||||||
|
|
||||||
_undeploy_app
|
_undeploy_app
|
||||||
|
|
||||||
run $ABRA app volume rm "$TEST_APP_DOMAIN"
|
# TODO: should wait as long as volume is no longer in use
|
||||||
|
sleep 10
|
||||||
|
|
||||||
|
run $ABRA app volume rm "$TEST_APP_DOMAIN" --no-input
|
||||||
assert_success
|
assert_success
|
||||||
|
|
||||||
run $ABRA app volume ls "$TEST_APP_DOMAIN"
|
run $ABRA app volume ls "$TEST_APP_DOMAIN"
|
||||||
|
Reference in New Issue
Block a user