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 c293794 commit b04d7aeCopy full SHA for b04d7ae
tests/integrations/quart/test_quart.py
@@ -78,7 +78,7 @@ async def test_quart_flask_patch(sentry_init, capture_events, reset_integrations
78
# before anything else Quart-related is imported (since it monkeypatches
79
# some things) and we don't want this to affect other testcases.
80
#
81
- # It's also important this testcase be run before any other testcases
+ # It's also important this testcase be run before any other testcase
82
# that uses `quart_app_factory`.
83
import quart_flask_patch # noqa: F401
84
0 commit comments