File tree 2 files changed +2
-2
lines changed
end_to_end_tests/golden-record/my_test_api_client
integration-tests/integration_tests
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,6 @@ class AuthenticatedClient(Client):
59
59
auth_header_name : str = "Authorization"
60
60
61
61
def get_headers (self ) -> Dict [str , str ]:
62
- auth_header_value = f"{ self .prefix } { self .token } " if self .prefix else self .token
63
62
"""Get headers to be used in authenticated endpoints"""
63
+ auth_header_value = f"{ self .prefix } { self .token } " if self .prefix else self .token
64
64
return {self .auth_header_name : auth_header_value , ** self .headers }
Original file line number Diff line number Diff line change @@ -59,6 +59,6 @@ class AuthenticatedClient(Client):
59
59
auth_header_name : str = "Authorization"
60
60
61
61
def get_headers (self ) -> Dict [str , str ]:
62
- auth_header_value = f"{ self .prefix } { self .token } " if self .prefix else self .token
63
62
"""Get headers to be used in authenticated endpoints"""
63
+ auth_header_value = f"{ self .prefix } { self .token } " if self .prefix else self .token
64
64
return {self .auth_header_name : auth_header_value , ** self .headers }
You can’t perform that action at this time.
0 commit comments