How do I add a environment variable to run in the sandbox? #196
Answered
by
saleweaver
nighttrain7
asked this question in
Q&A
-
I'm not sure what to do with "export AWS_ENV="SANDBOX" " |
Beta Was this translation helpful? Give feedback.
Answered by
saleweaver
Oct 8, 2021
Replies: 2 comments 1 reply
-
Facing same problem, No idea what to do with this, some clarifications needed. |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you want to run a request against the api's sandbox, you can use the environment variable. For example, to run all tests, use AWS_ENV=SANDBOX pytest as command. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
saleweaver
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you want to run a request against the api's sandbox, you can use the environment variable. For example, to run all tests, use
AWS_ENV=SANDBOX pytest
as command.