Skip to content

Commit 5f2af2d

Browse files
authored
fix(tests): Fix quart test (getsentry#1293)
1 parent 7d739fa commit 5f2af2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/quart/test_quart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ async def hi():
3838
return app
3939

4040

41-
@pytest.fixture(params=("manual"))
41+
@pytest.fixture(params=("manual",))
4242
def integration_enabled_params(request):
4343
if request.param == "manual":
4444
return {"integrations": [quart_sentry.QuartIntegration()]}

0 commit comments

Comments
 (0)