mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
remove logged_in_elsewhere as per code review feedback
This commit is contained in:
@@ -6,7 +6,6 @@ from tests.conftest import SERVICE_ONE_ID, USER_ONE_ID
|
||||
|
||||
def test_anonymous_user(notify_admin):
|
||||
assert AnonymousUser().is_authenticated is False
|
||||
assert AnonymousUser().logged_in_elsewhere() is False
|
||||
assert AnonymousUser().default_organization.name is None
|
||||
assert AnonymousUser().default_organization.domains == []
|
||||
assert AnonymousUser().default_organization.organization_type is None
|
||||
|
||||
Reference in New Issue
Block a user