diff --git a/tests/test_client.py b/tests/test_client.py index eafc3485..5faa84db 100644 --- a/tests/test_client.py +++ b/tests/test_client.py @@ -55,7 +55,6 @@ def test_client_attributes(): def test_client_good_connection(db, username, password): - assert False client = ArangoClient(hosts="http://127.0.0.1:8529") # Test connection with verify flag on and off