From: Kefu Chai Date: Sun, 11 Feb 2018 05:52:53 +0000 (+0800) Subject: qa/tasks/mgr: correct the log message X-Git-Tag: v13.0.2~257^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F20362%2Fhead;p=ceph.git qa/tasks/mgr: correct the log message Signed-off-by: Kefu Chai --- diff --git a/qa/tasks/mgr/test_dashboard.py b/qa/tasks/mgr/test_dashboard.py index 3b8a2cc80c1..60c1e334ee4 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)