mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-03 21:20:47 -04:00
Use create_service instead of sample_service when creating service permission for tests
This commit is contained in:
@@ -802,7 +802,7 @@ def sample_user_service_permission(
|
||||
if user is None:
|
||||
user = create_user()
|
||||
if service is None:
|
||||
service = sample_service(notify_db, notify_db_session, user=user)
|
||||
service = create_service(user=user)
|
||||
data = {
|
||||
'user': user,
|
||||
'service': service,
|
||||
|
||||
Reference in New Issue
Block a user