Skip to content

Commit

Permalink
fix tox issue
Browse files Browse the repository at this point in the history
Signed-off-by: prsurve <[email protected]>
  • Loading branch information
prsurve committed Jul 23, 2024
1 parent 7de483e commit 01dd4d9
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ def test_hub_recovery_failover_and_relocate(self, nodes_multicluster, dr_workloa

# Failover action via CLI
failover_results = []
logger.info(f"Waiting for 300 seconds for drpc status to be restored before performing failover")
logger.info(
f"Waiting for 300 seconds for drpc status to be restored before performing failover"
)
time.sleep(300)

config.switch_ctx(get_passive_acm_index())
Expand Down

0 comments on commit 01dd4d9

Please sign in to comment.