Skip to content

Commit

Permalink
avoid checkign the number of requests, multiple heartbeats can be sent
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdinur committed Sep 20, 2024
1 parent 3be2dcd commit 1958f10
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/telemetry/test_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,8 +533,6 @@ def test_send_failing_request(mock_status, telemetry_writer):
telemetry_writer._client.url,
mock_status,
)
# ensure one failing request was sent
assert len(httpretty.latest_requests()) == 1


def test_app_heartbeat_event_periodic(mock_time, telemetry_writer, test_agent_session):
Expand Down

0 comments on commit 1958f10

Please sign in to comment.