Skip to content

Commit 7d7027a

Browse files
authored
Remove forked marker in client uwsgi test (#4575)
don't think this one is needed at all part of #4538
1 parent 710227a commit 7d7027a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1297,7 +1297,6 @@ def test_error_sampler(_, sentry_init, capture_events, test_config):
12971297
assert len(test_config.sampler_function_mock.call_args[0]) == 2
12981298

12991299

1300-
@pytest.mark.forked
13011300
@pytest.mark.parametrize(
13021301
"opt,missing_flags",
13031302
[

0 commit comments

Comments
 (0)