We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd3b03f commit cbd3915Copy full SHA for cbd3915
tests/__init__.py
@@ -65,6 +65,7 @@ async def test_create_account_and_userrights(self):
65
async with aiowiki.Wiki(AIOWIKI_TEST_URL) as wiki:
66
name = f"Test{randint(1, 100000000)}"
67
await wiki.create_account(name, f"pass{randint(1, 1000000000)}")
68
+ await wiki.login(AIOWIKI_TEST_USERNAME, AIOWIKI_TEST_PASSWORD)
69
await wiki.userrights(name, "add", "bureaucrat")
70
await wiki.userrights(name, "remove", "bureaucrat")
71
0 commit comments