Skip to content

Commit

Permalink
Yet more fixes to the test
Browse files Browse the repository at this point in the history
  • Loading branch information
ajkavanagh committed Sep 25, 2019
1 parent 6306615 commit f5f3c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zaza/openstack/charm_tests/policyd/tests.py
Expand Up @@ -65,7 +65,7 @@ def tearDown(self):

def _set_config_and_wait(self, state):
s = "True" if state else "False"
config = {"user-policyd-override": s}
config = {"use-policyd-override": s}
logging.info("Setting config to", config)
zaza_model.set_application_config(self.application_name, config)
zaza_model.block_until_all_units_idle()
Expand Down

0 comments on commit f5f3c9a

Please sign in to comment.