diff --git a/tests/test_all.py b/tests/test_all.py index 7dcb559..cfcd240 100644 --- a/tests/test_all.py +++ b/tests/test_all.py @@ -33,7 +33,7 @@ def test_01_session_object_for_attributes_on_successful_login(self): self.assertEqual(self.session.baseurl, 'https://api.mgmt.cloud.vmware.com' ) - self.assertTrue(self.session.headers['csp-auth-token']) + self.assertTrue(self.session.headers['Authorization']) def test_02_exception_raised_on_failed_login(self): '''