Skip to content

Commit

Permalink
pylint/caplog
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin committed Jan 20, 2025
1 parent 53da4ec commit 35d9ab1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions unittests/test_bss_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ async def test_get_events(bss_client_with_basic_auth, caplog) -> None:
mocked_bss.get(mocked_get_url, status=200, payload=response_body)
actual = await client.get_events("Prozess", random_guid)
assert all(isinstance(x, EventHeader) for x in actual)
assert any(m for m in caplog.messages if "There might be a problem with the deserialization" in m)

0 comments on commit 35d9ab1

Please sign in to comment.