Skip to content

Commit 581c817

Browse files
committed
style: appease linter
Signed-off-by: Samantha Coyle <sam@diagrid.io>
1 parent a86eabe commit 581c817

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/issues/test_streamable_http_405_get_stream.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,4 @@ 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}"
100-
99+
assert len(reconnect_messages) == 0, f"Should not retry on 405, but found: {reconnect_messages}"

0 commit comments

Comments
 (0)