Skip to content

Commit 056e384

Browse files
albamigSergio García Prado
andauthored
Update tests/test_api_gateway/test_rest/test_authentication.py
Co-authored-by: Sergio García Prado <[email protected]>
1 parent 8e659c1 commit 056e384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_api_gateway/test_rest/test_authentication.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
)
2323

2424

25-
class TestApiGatewayCORS(AioHTTPTestCase):
25+
class TestApiGatewayAuth(AioHTTPTestCase):
2626
CONFIG_FILE_PATH = BASE_PATH / "config.yml"
2727

2828
@mock.patch.dict(os.environ, {"API_GATEWAY_CORS_ENABLED": "true"})

0 commit comments

Comments
 (0)