aboutsummaryrefslogtreecommitdiffstats
path: root/moonv4/moon_utilities/tests/unit_python/test_cache.py
blob: 5ecacfcfa7c8626d7050ca08a09a9fd91646f930 (plain)
1
2
3
4
5
6
def test_cache():
    from moon_utilities import cache
    c = cache.Cache()
    r = c.authz_requests()
    assert isinstance(r, dict)