cic-internal-integration/apps/cic-eth/tests/check/test_check_db.py
2021-05-31 15:34:16 +00:00

9 lines
127 B
Python

# local imports
from cic_eth.check.db import health
def test_check_health(
init_database,
):
assert health()