mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-14 01:02:09 -05:00
remove broadcast-related code, except migrations
This commit is contained in:
@@ -359,9 +359,5 @@ def test_user_can_use_webauthn_if_they_login_with_it(sample_user, auth_type, can
|
||||
assert sample_user.can_use_webauthn == can_use_webauthn
|
||||
|
||||
|
||||
def test_user_can_use_webauthn_if_in_broadcast_org(sample_broadcast_service):
|
||||
assert sample_broadcast_service.users[0].can_use_webauthn
|
||||
|
||||
|
||||
def test_user_can_use_webauthn_if_in_notify_team(notify_service):
|
||||
assert notify_service.users[0].can_use_webauthn
|
||||
|
||||
Reference in New Issue
Block a user