Skip to content

Commit 140c9e2

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_client.py

Lines changed: 1 addition & 1 deletion
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)