From 5ba0cf211cf87475ad95e32b1941ea217f1ef8c8 Mon Sep 17 00:00:00 2001 From: Alex Kavanagh Date: Thu, 19 Sep 2019 12:14:05 +0200 Subject: [PATCH] Yet more fixes to the test1 --- zaza/openstack/charm_tests/policyd/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zaza/openstack/charm_tests/policyd/tests.py b/zaza/openstack/charm_tests/policyd/tests.py index 49d03a93a..9e92d969d 100644 --- a/zaza/openstack/charm_tests/policyd/tests.py +++ b/zaza/openstack/charm_tests/policyd/tests.py @@ -66,7 +66,7 @@ def tearDown(self): def _set_config_and_wait(self, state): s = "True" if state else "False" config = {"use-policyd-override": s} - logging.info("Setting config to", config) + logging.info("Setting config to {}".format(config)) zaza_model.set_application_config(self.application_name, config) zaza_model.block_until_all_units_idle()