Skip to content

Commit 026bf30

Browse files
committed
Correct typo in administrator tests
1 parent 5367498 commit 026bf30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/test_administrator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ def test_delete(self):
4242
email_address = self.administrator.delete()
4343

4444

45-
class OAuthAdministatorTestCase(unittest.TestCase, AdministratorTestCase):
45+
class OAuthAdministratorTestCase(unittest.TestCase, AdministratorTestCase):
4646
"""Test when using OAuth to authenticate"""
4747

4848
def setUp(self):
4949
self.administrator = Administrator(
5050
{"access_token": "ASP95S4aR+9KsgfHB0dapTYxNA==", "refresh_token": "5S4aASP9R+9KsgfHB0dapTYxNA=="}, "admin@example.com")
5151

5252

53-
class ApiKeyAdministatorTestCase(unittest.TestCase, AdministratorTestCase):
53+
class ApiKeyAdministratorTestCase(unittest.TestCase, AdministratorTestCase):
5454
"""Test when using an API key to authenticate"""
5555

5656
def setUp(self):

0 commit comments

Comments
 (0)