jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1099295?usp=email )
Change subject: tests: fix spelling mistake ......................................................................
tests: fix spelling mistake
Change-Id: I7e84f5d06a5f9a7b93241375fee83530c1b5cdc2 --- M tests/oauth_tests.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/tests/oauth_tests.py b/tests/oauth_tests.py index a39c528..bbdb8e3 100755 --- a/tests/oauth_tests.py +++ b/tests/oauth_tests.py @@ -92,7 +92,7 @@ self.assertIn(ts, t)
-class TestOauthLoginManger(DefaultSiteTestCase, OAuthSiteTestCase): +class TestOauthLoginManager(DefaultSiteTestCase, OAuthSiteTestCase):
"""Test OAuth login manager."""
pywikibot-commits@lists.wikimedia.org