Skip to content

Commit 92b4121

Browse files
committed
Rename test because it's not accurate
1 parent 4493974 commit 92b4121

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integrations/starlette/test_starlette.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ async def _handler(request):
10661066

10671067

10681068
@pytest.mark.parametrize("middleware_spans", [False, True])
1069-
def test_request_body_data_scrubs_pii_span_streaming(
1069+
def test_request_body_data_does_not_scrub_pii_span_streaming(
10701070
sentry_init, capture_items, middleware_spans
10711071
):
10721072
sentry_init(

0 commit comments

Comments
 (0)