We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 295a1d5 commit 696a770Copy full SHA for 696a770
1 file changed
lambdas/shared/src/common/api_clients/mns_service.py
@@ -12,7 +12,7 @@
12
13
SQS_ARN = os.getenv("SQS_ARN")
14
15
-apigee_env = os.getenv("APIGEE_ENVIRONMENT", "int")
+apigee_env = os.getenv("APIGEE_ENVIRONMENT")
16
mns_env = os.getenv("MNS_ENV", "int")
17
env = apigee_env or mns_env
18
MNS_BASE_URL = (
0 commit comments