We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e59798f commit fa4b637Copy full SHA for fa4b637
tests/test_quads.py
@@ -1636,7 +1636,6 @@ def test_login_success(self, mock_post):
1636
mock_post.assert_called_once()
1637
assert str(mock_post.call_args[0][1]).endswith("/login")
1638
assert self.api.token == "fake-token-123"
1639
- assert mock_post.headers.update.called_with({"Authorization": "Bearer fake-token-123"})
1640
assert response == expected_response
1641
1642
@patch("requests.Session.request")
0 commit comments