diff --git a/tests/app/service/views/test_rest.py b/tests/app/service/views/test_rest.py index e65c5cdc2..ff89f5d8b 100644 --- a/tests/app/service/views/test_rest.py +++ b/tests/app/service/views/test_rest.py @@ -209,3 +209,5 @@ def test_put_service_remove_user(notify_api, notify_db, notify_db_session, sampl assert sample_user.id not in json_resp['data']['users'] assert another_user.id in json_resp['data']['users'] + +