Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
xvello committed Mar 7, 2024
1 parent 70517a1 commit e47bd12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion posthog/api/test/test_capture.py
Original file line number Diff line number Diff line change
Expand Up @@ -1665,7 +1665,6 @@ def test_recording_ingestion_can_write_headers_with_the_message(self, kafka_prod
self._send_august_2023_version_session_recording_event()

assert kafka_produce.mock_calls[0].kwargs["headers"] == [("token", "token123")]
assert kafka_produce.mock_calls[0].kwargs["topic"] == "session_recording_snapshot_item_events"

@patch("posthog.kafka_client.client.SessionRecordingKafkaProducer")
def test_create_session_recording_kafka_with_expected_hosts(
Expand Down

0 comments on commit e47bd12

Please sign in to comment.