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 a0ca05e commit 85d4e9bCopy full SHA for 85d4e9b
tests/integrations/aws_lambda/utils.py
@@ -27,7 +27,7 @@
27
)
28
LAMBDA_FUNCTION_TIMEOUT = 10
29
SAM_PORT = 3001
30
-TEST_SERVER_PORT = 8080
+TEST_SERVER_PORT = 8000
31
32
PYTHON_VERSION = f"python{sys.version_info.major}.{sys.version_info.minor}"
33
0 commit comments