[WIP] When user is added to a service a list of permissions groups are

used to assign the correct permissions to the user.

Last slice will be to update invite status.
This commit is contained in:
Adam Shimali
2016-03-03 15:17:14 +00:00
parent 9b28a6d4ad
commit fc8e27e582
6 changed files with 273 additions and 25 deletions

View File

@@ -181,7 +181,6 @@ def test_create_job_returns_404_if_missing_service(notify_api, sample_template,
assert response.status_code == 404
app.celery.tasks.process_job.apply_async.assert_not_called()
print(resp_json)
assert resp_json['result'] == 'error'
assert resp_json['message'] == 'Service {} not found'.format(random_id)