mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
remove components related to MOU and agreement (#476)
Co-authored-by: Kenneth Kehl <@kkehl@flexion.us>
This commit is contained in:
@@ -8,7 +8,6 @@ def test_anonymous_user(notify_admin):
|
||||
assert AnonymousUser().is_authenticated is False
|
||||
assert AnonymousUser().logged_in_elsewhere() is False
|
||||
assert AnonymousUser().default_organisation.name is None
|
||||
assert AnonymousUser().default_organisation.agreement_signed is None
|
||||
assert AnonymousUser().default_organisation.domains == []
|
||||
assert AnonymousUser().default_organisation.organisation_type is None
|
||||
assert AnonymousUser().default_organisation.request_to_go_live_notes is None
|
||||
|
||||
Reference in New Issue
Block a user