Skip to content

Commit

Permalink
tests: also force destroy the lsa service
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Diaz-Gonzalez committed Feb 8, 2023
1 parent e10b5e0 commit 17acd14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/link_networks.bats
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ setup() {

teardown() {
dokku --force "$PLUGIN_COMMAND_PREFIX:destroy" ls || true
dokku --force "$PLUGIN_COMMAND_PREFIX:destroy" lsa || true
dokku network:destroy --force custom-network
}

Expand Down

0 comments on commit 17acd14

Please sign in to comment.