Skip to content

Commit

Permalink
Functional Testing. Recovery testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
BON4 committed Jun 6, 2024
1 parent 9df30a0 commit d632b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/ha_tests/test_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,4 +281,4 @@ async def test_instance_backup_with_restart(
logger.info("remove application")
for attempt in Retrying(stop=stop_after_delay(15 * 3), wait=wait_fixed(3), reraise=True):
with attempt:
await ops_test.model.remove_application(APPLICATION_NAME, block_until_done=True)
await ops_test.model.remove_application(DATABASE_APP_NAME, block_until_done=True)

0 comments on commit d632b43

Please sign in to comment.