Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sysid committed Apr 4, 2024
1 parent ab6f3ef commit 5a24da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_event_source_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ async def test_disconnect_from_client(httpx_client, caplog):
finally:
# The cancel_called property will be True if timeout was reached
assert scope.cancel_called is True
assert "chunk: data: 4" in caplog.text
assert "chunk: b'data: 4\\r\\n\\r\\n'" in caplog.text
assert "Disconnected from client" in caplog.text


Expand Down

0 comments on commit 5a24da8

Please sign in to comment.