We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81aadbb commit c62897bCopy full SHA for c62897b
tests/profiler/test_continuous_profiler.py
@@ -144,7 +144,7 @@ def assert_single_transaction_with_profile_chunks(
144
for chunk_item in items["profile_chunk"]:
145
chunk = chunk_item.payload.json
146
headers = chunk_item.headers
147
- assert chunk["platform"]==headers["platform"]
+ assert chunk["platform"] == headers["platform"]
148
149
transaction = items["transaction"][0].payload.json
150
0 commit comments