Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore[fix]: Fix test_boto3_secretsmanager.py
After upgrading moto to the most recent version, the test containing the put_secret_value() method started to fail. As described in the boto3 documentation https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/secretsmanager.html#SecretsManager.Client.put_secret_value if a "the secret doesn't already exist, use CreateSecret() instead." Signed-off-by: Paulo Vital <paulo.vital@ibm.com>
- Loading branch information