Skip to content

Commit 140c9e2

Browse files
committed
fix: Fix basic tests
1 parent 07151ce commit 140c9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ def test_transport_works(httpserver, request, capsys, caplog, debug):
378378
assert not err and not out
379379
assert httpserver.requests
380380

381-
assert any("Sending info event" in record.msg for record in caplog.records) == debug
381+
assert any("Sending event" in record.msg for record in caplog.records) == debug
382382

383383

384384
@pytest.mark.tests_internal_exceptions

0 commit comments

Comments
 (0)