Fix linter warning.
This commit is contained in:
parent
cce3a678aa
commit
65ef61ca1d
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ class SecretsManagerBackend(BaseBackend):
|
|||
def describe_secret(self, secret_id):
|
||||
if self.secret_id == '':
|
||||
raise ResourceNotFoundException
|
||||
|
||||
|
||||
response = json.dumps({
|
||||
"ARN": secret_arn(self.region, self.secret_id),
|
||||
"Name": self.secret_id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue