Skip to content

Commit

Permalink
is it because my 304 response has a body
Browse files Browse the repository at this point in the history
make the body longer....
  • Loading branch information
kingosticks authored Nov 1, 2023
1 parent 4f80d52 commit 4e0f5eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_web.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ def test_cache_expired_with_etag(
responses.add(
responses.GET,
"https://api.spotify.com/v1/tracks/abc",
json={"uri": "spotify:track:xyz"},
json={"uri": "spotify:track:xyz hello"},
status=status,
)
mock_time.return_value = 1001
Expand Down

0 comments on commit 4e0f5eb

Please sign in to comment.