Skip to content

Commit

Permalink
Make username list on log look normal
Browse files Browse the repository at this point in the history
(cherry picked from commit f0a6e80)
  • Loading branch information
ajkavanagh authored and freyes committed Sep 21, 2023
1 parent b1dcba9 commit 5dc767a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zaza/openstack/charm_tests/mysql/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ def _get_password_from_keystone_leader():
action_params={}
)
usernames = yaml.safe_load(action.data['results']['usernames'])
logging.info("... usernames: %s", ', '.join(usernames))
logging.info("... usernames: %s", usernames)
self.assertIn('keystone', usernames)

# grab the password for keystone from the leader / to verify the change
Expand Down

0 comments on commit 5dc767a

Please sign in to comment.