Skip to content

Commit fa4b637

Browse files
committed
fix: test on py3.12
1 parent e59798f commit fa4b637

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_quads.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1636,7 +1636,6 @@ def test_login_success(self, mock_post):
16361636
mock_post.assert_called_once()
16371637
assert str(mock_post.call_args[0][1]).endswith("/login")
16381638
assert self.api.token == "fake-token-123"
1639-
assert mock_post.headers.update.called_with({"Authorization": "Bearer fake-token-123"})
16401639
assert response == expected_response
16411640

16421641
@patch("requests.Session.request")

0 commit comments

Comments
 (0)