Skip to content

Commit

Permalink
issue #54 - fix tests - 'RDS/DB snapshots per user' limit applies onl…
Browse files Browse the repository at this point in the history
…y to manual snapshots, not automatic
  • Loading branch information
jantman committed Aug 12, 2015
1 parent 1029ce3 commit 9d53613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awslimitchecker/tests/services/test_rds.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ def test_find_usage_snapshots(self):

usage = sorted(cls.limits['DB snapshots per user'].get_current_usage())
assert len(usage) == 1
assert usage[0].get_value() == 4
assert usage[0].get_value() == 2
assert usage[0].aws_type == 'AWS::RDS::DBSnapshot'

def test_find_usage_param_groups(self):
Expand Down

0 comments on commit 9d53613

Please sign in to comment.