remove logged_in_elsewhere as per code review feedback

This commit is contained in:
Kenneth Kehl
2024-05-08 12:45:01 -07:00
parent 852c0e57c8
commit 26988d255f
3 changed files with 1 additions and 14 deletions

View File

@@ -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