From 01dd4d99020a482ba9c706066395aaee975ffc64 Mon Sep 17 00:00:00 2001 From: prsurve Date: Tue, 23 Jul 2024 22:57:47 +0530 Subject: [PATCH] fix tox issue Signed-off-by: prsurve --- .../regional-dr/test_active_hub_down_and_restore.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/functional/disaster-recovery/regional-dr/test_active_hub_down_and_restore.py b/tests/functional/disaster-recovery/regional-dr/test_active_hub_down_and_restore.py index c0066b797210..a94699c8235b 100644 --- a/tests/functional/disaster-recovery/regional-dr/test_active_hub_down_and_restore.py +++ b/tests/functional/disaster-recovery/regional-dr/test_active_hub_down_and_restore.py @@ -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())