Skip to content

Commit

Permalink
Yet more fixes to the test1
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkavanagh committed Sep 25, 2019
1 parent f5f3c9a commit 5ba0cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zaza/openstack/charm_tests/policyd/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 5ba0cf2

Please sign in to comment.