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 5801b5d commit 7db84beCopy full SHA for 7db84be
services/web/server/tests/unit/isolated/test_application_settings.py
@@ -145,6 +145,7 @@ class DevSettings(ApplicationSettings):
145
assert settings.TEST_BAR is None
146
147
148
+@pytest.mark.filterwarnings("ignore::aiohttp.web_exceptions.NotAppKeyWarning")
149
@pytest.mark.filterwarnings("error")
150
def test_avoid_sensitive_info_in_public(app_settings: ApplicationSettings):
151
# avoids display of sensitive info
0 commit comments