Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdinur committed Sep 23, 2024
1 parent 9d6f095 commit cf7e1fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/telemetry/test_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,6 @@ def test_update_dependencies_event_not_stdlib(telemetry_writer, test_agent_sessi
# force a flush
telemetry_writer.periodic(force_flush=True)
events = test_agent_session.get_events("app-dependencies-loaded")
assert len(events) == 1
deps = [dep["name"] for event in events for dep in event["payload"]["dependencies"]]]
assert "httpretty" in deps

Expand Down

0 comments on commit cf7e1fd

Please sign in to comment.