diff --git a/tests/test_unify.py b/tests/test_unify.py index d2bffa4..9b04a8d 100644 --- a/tests/test_unify.py +++ b/tests/test_unify.py @@ -60,7 +60,6 @@ def test_drive_has_correct_params(self, api_key, connection_id): assert unify.drive._api_key == api_key assert unify.drive._connection_id == connection_id - def test_me_has_correct_params(self, api_key, connection_id): """Test that the me client has correct parameters.""" unify = Unify(api_key, connection_id)