Skip to content

Commit

Permalink
fix for Issue 6932
Browse files Browse the repository at this point in the history
  • Loading branch information
tsmithv11 committed Jan 3, 2025
1 parent c66d07f commit 8549a24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def scan_resource_conf(self, conf):
return CheckResult.FAILED

def get_evaluated_keys(self):
return 'backup_retention_period'
return ['backup_retention_period']


check = NeptuneClusterBackupRetention()

0 comments on commit 8549a24

Please sign in to comment.