cic-stack/apps/cic-eth/tests/check/test_check_signer.py

14 lines
277 B
Python
Raw Normal View History

2021-05-31 17:34:16 +02:00
# local imports
from cic_eth.check.signer import health
def test_check_signer(
default_chain_spec,
config,
eth_signer,
eth_rpc,
):
config.add(str(default_chain_spec), 'CHAIN_SPEC', exists_ok=True)
2021-05-31 17:34:16 +02:00
assert health(config=config)