From 4802e632bdf5c8ca7562bddc045e1c199a5b1e2d Mon Sep 17 00:00:00 2001 From: David Ames Date: Wed, 20 May 2020 15:05:37 -0700 Subject: [PATCH] lint fix --- zaza/openstack/charm_tests/mysql/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zaza/openstack/charm_tests/mysql/tests.py b/zaza/openstack/charm_tests/mysql/tests.py index 4ed3cd2..44fc98f 100644 --- a/zaza/openstack/charm_tests/mysql/tests.py +++ b/zaza/openstack/charm_tests/mysql/tests.py @@ -590,7 +590,7 @@ class MySQLInnoDBClusterColdStartTest(MySQLBaseTest): if "Success" in action.data["results"].get("outcome"): break else: - loggging.info(action.data["results"].get("output")) + logging.info(action.data["results"].get("output")) assert "Success" in action.data["results"]["outcome"], ( "Reboot cluster from complete outage action failed: {}"