From fa47da3ee507098a9437dbad2eeae97b62da2533 Mon Sep 17 00:00:00 2001 From: xqt Date: Sat, 30 Nov 2024 11:12:52 +0100 Subject: [PATCH] tests: fix spelling mistake Change-Id: I7e84f5d06a5f9a7b93241375fee83530c1b5cdc2 --- tests/oauth_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/oauth_tests.py b/tests/oauth_tests.py index a39c528832..bbdb8e3b05 100755 --- a/tests/oauth_tests.py +++ b/tests/oauth_tests.py @@ -92,7 +92,7 @@ def test_edit(self): self.assertIn(ts, t) -class TestOauthLoginManger(DefaultSiteTestCase, OAuthSiteTestCase): +class TestOauthLoginManager(DefaultSiteTestCase, OAuthSiteTestCase): """Test OAuth login manager."""