mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 07:58:25 -04:00
Rename test to include method under test
This commit is contained in:
@@ -49,7 +49,7 @@ def test_content_comes_from_attribute_not_template(fake_uuid):
|
|||||||
assert broadcast_message.content == 'This is a test'
|
assert broadcast_message.content == 'This is a test'
|
||||||
|
|
||||||
|
|
||||||
def test_raises_for_missing_areas(fake_uuid):
|
def test_areas_raises_for_missing_areas(fake_uuid):
|
||||||
broadcast_message = BroadcastMessage(broadcast_message_json(
|
broadcast_message = BroadcastMessage(broadcast_message_json(
|
||||||
id_=fake_uuid,
|
id_=fake_uuid,
|
||||||
service_id=fake_uuid,
|
service_id=fake_uuid,
|
||||||
|
|||||||
Reference in New Issue
Block a user