Skip to content

Commit

Permalink
Committing fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
pevner-p2 committed Nov 21, 2023
1 parent d162c0f commit 3f164e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion monday/tests/test_graphql_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ def test_inject_token(self):
client = self.client
client.inject_token(token=self.token)
self.assertEqual(client.token, self.token)
self.assertEqual(client.token_header_name, 'Authorization')

0 comments on commit 3f164e4

Please sign in to comment.