Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Nov 8, 2023
1 parent b3bb89f commit 9fbbd20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posthog/api/test/test_capture.py
Original file line number Diff line number Diff line change
Expand Up @@ -1599,7 +1599,7 @@ def test_recording_ingestion_can_write_headers_with_the_message(self, kafka_prod
with self.settings(
SESSION_RECORDING_KAFKA_MAX_REQUEST_SIZE_BYTES=20480,
):
self._send_session_recording_event(event_data=["some snapshot data"])
self._send_august_2023_version_session_recording_event()

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

Expand Down

0 comments on commit 9fbbd20

Please sign in to comment.