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 8e659c1 commit 056e384Copy full SHA for 056e384
tests/test_api_gateway/test_rest/test_authentication.py
@@ -22,7 +22,7 @@
22
)
23
24
25
-class TestApiGatewayCORS(AioHTTPTestCase):
+class TestApiGatewayAuth(AioHTTPTestCase):
26
CONFIG_FILE_PATH = BASE_PATH / "config.yml"
27
28
@mock.patch.dict(os.environ, {"API_GATEWAY_CORS_ENABLED": "true"})
0 commit comments