Skip to content

Commit 6994168

Browse files
committed
fix tests
1 parent 03973d0 commit 6994168

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/test_registries.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -177,16 +177,6 @@ def test_get_collector_registry_for_evm(self):
177177
with mock.patch('collectors.EvmCollector', new=mock.Mock()) as collector:
178178
helper_test_collector_registry(self, collector)
179179

180-
@mock.patch.dict(os.environ, {
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_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:
188-
helper_test_collector_registry(self, collector)
189-
190180
@mock.patch.dict(os.environ, {
191181
"CONFIG_FILE_PATH": "tests/fixtures/configuration_unsupported_blockchain.yaml",
192182
"VALIDATION_FILE_PATH": "tests/fixtures/validation.yaml"

0 commit comments

Comments
 (0)