mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 22:40:31 -04:00
Removed edit permissions on the org users page.
Remove a user from organisation can be done later.
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user