Skip to content

Commit 1374dcf

Browse files
committed
try to run the test forked
1 parent 76d4e14 commit 1374dcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integrations/starlette/test_starlette.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1085,6 +1085,7 @@ def test_transaction_name_in_middleware(
10851085
)
10861086

10871087

1088+
@pytest.mark.forked
10881089
@pytest.mark.parametrize("uvicorn_server", [starlette_app_factory], indirect=True)
10891090
def test_with_uvicorn(sentry_init, capture_envelopes, uvicorn_server):
10901091
# Sanity check that the app works with uvicorn which does its own ASGI 2/3

0 commit comments

Comments
 (0)