mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-20 14:29:25 -04:00
Add operator channel to broadcast settings route
Looks identical to the government channel in terms of the interface
This commit is contained in:
@@ -221,7 +221,7 @@ def test_send_broadcast_provider_message_sends_data_correctly(
|
||||
['o2', 'O2'],
|
||||
['vodafone', 'Vodafone'],
|
||||
])
|
||||
@pytest.mark.parametrize('channel', ['test', 'severe', 'government'])
|
||||
@pytest.mark.parametrize('channel', ['operator', 'test', 'severe', 'government'])
|
||||
def test_send_broadcast_provider_message_uses_channel_set_on_broadcast_service(
|
||||
notify_db, mocker, sample_broadcast_service, provider, provider_capitalised, channel
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user