Skip to content

Commit

Permalink
issue #267 - update integration test log analysis for previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Jun 11, 2017
1 parent 82b67e2 commit 4eb459f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awslimitchecker/tests/support.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def unexpected_logs(self, allow_endpoint_error=False):
r.funcName == '_find_usage_nat_gateways' and
'perhaps NAT service does not exist in this regi' in r.msg):
continue
if (r.levelno == logging.ERROR and r.module == 'firehose' and
if (r.levelno == logging.WARNING and r.module == 'firehose' and
r.funcName == 'find_usage' and 'perhaps the Firehose '
'service is not available in this region' in r.msg):
continue
Expand Down

0 comments on commit 4eb459f

Please sign in to comment.