Test add.

This commit is contained in:
Nicholas Staples
2016-01-12 09:31:52 +00:00
parent 308e2cb7de
commit 3397274b83

View File

@@ -209,3 +209,5 @@ def test_put_service_remove_user(notify_api, notify_db, notify_db_session, sampl
assert sample_user.id not in json_resp['data']['users']
assert another_user.id in json_resp['data']['users']