diff --git a/tests/app/conftest.py b/tests/app/conftest.py index a0f597c4a..9c155d3e6 100644 --- a/tests/app/conftest.py +++ b/tests/app/conftest.py @@ -104,7 +104,7 @@ def sample_service(notify_db, user = sample_user(notify_db, notify_db_session) data = { 'name': service_name, - 'users': [user], + 'users': [], 'limit': 1000, 'active': False, 'restricted': False,