Skip to content

Commit e402f0a

Browse files
authored
Merge branch 'master' into ivana/fix-array-type
2 parents afa8b30 + 2ffa865 commit e402f0a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/test_client.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1295,7 +1295,9 @@ def raise_exception(self) -> None:
12951295
),
12961296
# If sampler returns invalid value, we should still send the event
12971297
IssuesSamplerTestConfig(
1298-
sampler_function=lambda *_: "This is an invalid return value for the sampler",
1298+
sampler_function=lambda *_: (
1299+
"This is an invalid return value for the sampler"
1300+
),
12991301
expected_events=1,
13001302
),
13011303
),

0 commit comments

Comments
 (0)