Skip to content

Commit 48cfb00

Browse files
committed
style: end with newline char
Signed-off-by: Samantha Coyle <sam@diagrid.io>
1 parent d2f14dd commit 48cfb00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/issues/test_streamable_http_405_get_stream.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,5 @@ async def test_405_get_stream_does_not_hang(caplog: pytest.LogCaptureFixture):
9696
), f"Expected 405 log message not found in: {log_messages}"
9797

9898
reconnect_messages = [msg for msg in log_messages if "reconnecting" in msg.lower()]
99-
assert len(reconnect_messages) == 0, f"Should not retry on 405, but found: {reconnect_messages}"
99+
assert len(reconnect_messages) == 0, f"Should not retry on 405, but found: {reconnect_messages}"
100+

0 commit comments

Comments
 (0)