We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6f06a9b + 2ffa865 commit d292cecCopy full SHA for d292cec
1 file changed
tests/test_client.py
@@ -1295,7 +1295,9 @@ def raise_exception(self) -> None:
1295
),
1296
# If sampler returns invalid value, we should still send the event
1297
IssuesSamplerTestConfig(
1298
- sampler_function=lambda *_: "This is an invalid return value for the sampler",
+ sampler_function=lambda *_: (
1299
+ "This is an invalid return value for the sampler"
1300
+ ),
1301
expected_events=1,
1302
1303
0 commit comments