From 79bd3b8fc9df202e86fa329e9d6e2b2f587c75e7 Mon Sep 17 00:00:00 2001 From: Cameron Porter Date: Sun, 30 Sep 2018 15:46:50 -0500 Subject: [PATCH] Fix 'Initialization' test case name --- tests/api_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',