Skip to content

Commit f0c11f4

Browse files
committed
Fixed test
1 parent cce442c commit f0c11f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tracing/test_integration_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def test_dynamic_sampling_head_sdk_creates_dsc(
172172
"environment": "production",
173173
"release": "foo",
174174
"sample_rate": str(sample_rate),
175-
"sampled": True,
175+
"sampled": "true",
176176
"transaction": "Head SDK tx",
177177
"trace_id": trace_id,
178178
}

0 commit comments

Comments
 (0)