diff options
Diffstat (limited to 'python/tests/api_client.py')
-rw-r--r-- | python/tests/api_client.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/tests/api_client.py b/python/tests/api_client.py index 37e3da56..9d2ec302 100644 --- a/python/tests/api_client.py +++ b/python/tests/api_client.py @@ -4,8 +4,9 @@ import fatcat.api_client from fixtures import * -def test_client_health(api_client): - assert api_client.health() != None +# TODO: +#def test_client_health(api_client): +# assert api_client.health() != None def test_import_crossref(api_client): |