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

9 lines
127 B
Python
Raw Normal View History

2021-05-31 17:34:16 +02:00
# local imports
from cic_eth.check.db import health
def test_check_health(
init_database,
):
assert health()