Skip to content

Commit da55b76

Browse files
committed
adding catchall back
1 parent 177d485 commit da55b76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

redis_enterprise_prometheus/tests/test_redis_enterprise_prometheus.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,5 +114,7 @@ def test_invalid_instance(aggregator, dd_run_check, mock_http_response):
114114
dd_run_check(check)
115115
except ConfigurationError:
116116
assert True
117+
except Exception:
118+
assert True
117119

118120
aggregator.assert_service_check(f"{RedisEnterprisePrometheusCheck.__NAMESPACE__}.node_imaginary", count=0)

0 commit comments

Comments
 (0)