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 48bac16 commit 03973d0Copy full SHA for 03973d0
src/test_registries.py
@@ -181,7 +181,7 @@ def test_get_collector_registry_for_evm(self):
181
"CONFIG_FILE_PATH": "tests/fixtures/configuration_evmhttp.yaml",
182
"VALIDATION_FILE_PATH": "tests/fixtures/validation.yaml"
183
})
184
- def test_get_collector_registry_for_evm(self):
+ def test_get_collector_registry_for_evmhttp(self):
185
"""Tests that the evm collector is called with the correct args"""
186
self.collector_registry = CollectorRegistry()
187
with mock.patch('collectors.EvmHttpCollector', new=mock.Mock()) as collector:
0 commit comments