From ba82060deffc21dc38736dad5c19731162cbc906 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sun, 11 Feb 2018 13:52:53 +0800 Subject: [PATCH] qa/tasks/mgr: correct the log message Signed-off-by: Kefu Chai --- qa/tasks/mgr/test_dashboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/tasks/mgr/test_dashboard.py b/qa/tasks/mgr/test_dashboard.py index 3b8a2cc80c1d8..60c1e334ee442 100644 --- a/qa/tasks/mgr/test_dashboard.py +++ b/qa/tasks/mgr/test_dashboard.py @@ -24,7 +24,7 @@ class TestDashboard(MgrTestCase): self.mgr_cluster.mgr_fail(original_active) failed_over_uri = self._get_uri("dashboard") - log.info("After failover running at {0}".format(original_uri)) + log.info("After failover running at {0}".format(failed_over_uri)) self.assertNotEqual(original_uri, failed_over_uri) -- 2.39.5