We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed41936 commit f409ee2Copy full SHA for f409ee2
src/test_metrics.py
@@ -191,8 +191,8 @@ def test_get_thread_count(self):
191
"""Tests get thread count returns the expected number of threads
192
based on number of metrics and collectors"""
193
thread_count = self.prom_collector.get_thread_count()
194
- # Total of 9 metrics times 2 items in our mocked pool should give 18
195
- self.assertEqual(18, thread_count)
+ # Total of 10 metrics times 2 items in our mocked pool should give 20
+ self.assertEqual(20, thread_count)
196
197
def test_collect_thread_max_workers(self):
198
"""Tests the max workers is correct for the collect threads"""
0 commit comments