Skip to content

Commit

Permalink
issue #155 - regression test for new Trusted Advisor checks that lack…
Browse files Browse the repository at this point in the history
… region
  • Loading branch information
jantman committed Mar 12, 2016
1 parent 73b155a commit 3879146
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions awslimitchecker/tests/test_trustedadvisor.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,19 @@ def test_poll(self):
'Green'
]
},
{
'status': u'ok',
'resourceId': 'resid4',
'isSuppressed': False,
'metadata': [
'-',
'IAM',
'Users',
'5000',
'152',
'Green'
]
},
]
}
}
Expand Down Expand Up @@ -389,6 +402,19 @@ def test_poll_region(self):
'Green'
]
},
{
'status': u'ok',
'resourceId': 'resid4',
'isSuppressed': False,
'metadata': [
'-',
'IAM',
'Users',
'5000',
'152',
'Green'
]
},
]
}
}
Expand Down

0 comments on commit 3879146

Please sign in to comment.