mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-09 13:59:49 -04:00
Fix for intermittent failure
This commit is contained in:
@@ -104,7 +104,7 @@ def sample_service(notify_db,
|
|||||||
user = sample_user(notify_db, notify_db_session)
|
user = sample_user(notify_db, notify_db_session)
|
||||||
data = {
|
data = {
|
||||||
'name': service_name,
|
'name': service_name,
|
||||||
'users': [user],
|
'users': [],
|
||||||
'limit': 1000,
|
'limit': 1000,
|
||||||
'active': False,
|
'active': False,
|
||||||
'restricted': False,
|
'restricted': False,
|
||||||
|
|||||||
Reference in New Issue
Block a user