From 99a030cfb3bd39afcd13fdabf726ca24ec9c5c0d Mon Sep 17 00:00:00 2001 From: prsurve Date: Tue, 23 Jul 2024 23:07:58 +0530 Subject: [PATCH] fix tox issue Signed-off-by: prsurve --- .../regional-dr/test_active_hub_down_and_restore.py | 2 +- 1 file changed, 1 insertion(+), 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 a94699c8235b..868b0eaf3992 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 @@ -121,7 +121,7 @@ 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" + "Waiting for 300 seconds for drpc status to be restored before performing failover" ) time.sleep(300)