Fix doc string

This commit is contained in:
Liam Young
2021-06-24 11:57:21 +00:00
parent dc78fb6616
commit 7cec6a27b5
@@ -69,7 +69,7 @@ class CephDashboardTest(test_utils.BaseCharmTest):
self.assertEqual(len(rcs[requests.codes.see_other]), len(units) - 1)
def create_user(self, username, role='administrator'):
"""Store the model aliases in a global.
"""Create a dashboard user.
:param username: Username to create.
:type username: str