Skip to content

Commit 177d485

Browse files
committed
removing catchall
1 parent db89902 commit 177d485

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

redis_enterprise_prometheus/tests/test_redis_enterprise_prometheus.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,5 @@ 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
119117

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

0 commit comments

Comments
 (0)