mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 14:31:57 -05:00
Reorder DB scripts after merge from master
This commit is contained in:
@@ -103,7 +103,6 @@ def sample_service(notify_db,
|
||||
user = sample_user(notify_db, notify_db_session)
|
||||
data = {
|
||||
'name': service_name,
|
||||
'users': [user],
|
||||
'limit': 1000,
|
||||
'active': False,
|
||||
'restricted': False,
|
||||
|
||||
@@ -385,6 +385,6 @@ def test_get_users_for_service_returns_empty_list_if_no_users_associated_with_se
|
||||
'/service/{}/users'.format(sample_service.id),
|
||||
headers=[('Content-Type', 'application/json'), auth_header]
|
||||
)
|
||||
assert response.status_code == 200
|
||||
result = json.loads(response.get_data(as_text=True))
|
||||
assert response.status_code == 200
|
||||
assert result['data'] == []
|
||||
|
||||
Reference in New Issue
Block a user