diff --git a/awslimitchecker/tests/support.py b/awslimitchecker/tests/support.py index 24dc6d1d..36c3259c 100644 --- a/awslimitchecker/tests/support.py +++ b/awslimitchecker/tests/support.py @@ -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