tests: also force destroy the lsa service

This commit is contained in:
Jose Diaz-Gonzalez
2023-02-08 00:26:56 -05:00
parent fec9f76d27
commit 8163a43f6b

View File

@@ -8,6 +8,7 @@ setup() {
teardown() { teardown() {
dokku --force "$PLUGIN_COMMAND_PREFIX:destroy" ls || true dokku --force "$PLUGIN_COMMAND_PREFIX:destroy" ls || true
dokku --force "$PLUGIN_COMMAND_PREFIX:destroy" lsa || true
dokku network:destroy --force custom-network dokku network:destroy --force custom-network
} }