forked from toolshed/abra
fix tests/integration/app_remove.bats
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