Removed edit permissions on the org users page.

Remove a user from organisation can be done later.
This commit is contained in:
Rebecca Law
2018-02-23 17:27:28 +00:00
parent 8f5b6491f3
commit 803c195947
3 changed files with 2 additions and 7 deletions

View File

@@ -207,7 +207,6 @@ def test_register_from_invite(
def test_register_from_invite_when_user_registers_in_another_browser(
client,
api_user_active,
mock_is_email_not_unique,
mock_get_user_by_email,
mock_accept_invite,
):