Fix a minor typo (#7400)
This commit is contained in:
parent
87964a7cc9
commit
a115d1dc08
@ -222,7 +222,7 @@ You need to ensure that the mocks are actually in place.
|
|||||||
export AWS_SESSION_TOKEN='testing'
|
export AWS_SESSION_TOKEN='testing'
|
||||||
export AWS_DEFAULT_REGION='us-east-1'
|
export AWS_DEFAULT_REGION='us-east-1'
|
||||||
|
|
||||||
#. Do no embed credentials directly in your code. This is always considered bad practice, regardless of whether you use Moto. It also makes it impossible to configure fake credentials for testing purposes.
|
#. Do not embed credentials directly in your code. This is always considered bad practice, regardless of whether you use Moto. It also makes it impossible to configure fake credentials for testing purposes.
|
||||||
|
|
||||||
|
|
||||||
#. **VERY IMPORTANT**: ensure that you have your mocks set up *BEFORE* your `boto3` client is established.
|
#. **VERY IMPORTANT**: ensure that you have your mocks set up *BEFORE* your `boto3` client is established.
|
||||||
|
Loading…
Reference in New Issue
Block a user