Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d739fa commit 5f2af2dCopy full SHA for 5f2af2d
tests/integrations/quart/test_quart.py
@@ -38,7 +38,7 @@ async def hi():
38
return app
39
40
41
-@pytest.fixture(params=("manual"))
+@pytest.fixture(params=("manual",))
42
def integration_enabled_params(request):
43
if request.param == "manual":
44
return {"integrations": [quart_sentry.QuartIntegration()]}
0 commit comments