File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments