Skip to content
This repository was archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
Updated test to not check for deprecated csp-auth-token-header. Solves
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant Orchard committed Jun 25, 2019
1 parent d001da8 commit 907fc4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
'''
Expand Down

0 comments on commit 907fc4d

Please sign in to comment.