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

@@ -1,7 +1,7 @@
import pytest
from bs4 import BeautifulSoup
from flask import url_for, Response
from flask import url_for
from datetime import (
datetime,
@@ -11,11 +11,9 @@ from datetime import (
from tests.conftest import (
normalize_spaces
)
from unittest.mock import ANY, Mock
from unittest.mock import ANY
from app.notify_client.models import InvitedOrgUser
from notifications_python_client.errors import HTTPError
def test_organisation_page_shows_all_organisations(
logged_in_platform_admin_client,

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,
):