Skip to content

Commit

Permalink
Remove redundant calls from power outage test (#687) (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmazurek authored Sep 29, 2021
1 parent f93bc9f commit 184c3e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/goth_tests/test_power_outage.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,7 @@ async def test_power_outage(

logger.debug("Stopping provider 1")
await provider_1.stop()
provider_1.container.stop()
logger.info("Provider 1 stopped.")
provider_1.container.restart()

await cmd_monitor.wait_for_pattern(".*Terminated agreement with provider-1")
logger.info("Agreement properly terminated")
Expand Down

0 comments on commit 184c3e6

Please sign in to comment.