diff --git a/tests/api_tests.py b/tests/api_tests.py index 458153de4..4f1a31e66 100644 --- a/tests/api_tests.py +++ b/tests/api_tests.py @@ -12,7 +12,7 @@ from SoftLayer import transports -class Inititialization(testing.TestCase): +class Initialization(testing.TestCase): def test_init(self): client = SoftLayer.Client(username='doesnotexist', api_key='issurelywrong',