mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Stop saying "areas" when we mean "area_ids"
"areas" normally means an instance of BroadcastArea or similar, so we should be more accurate to avoid confusion.
This commit is contained in:
@@ -11,7 +11,7 @@ def test_simple_polygons(fake_uuid):
|
||||
template_id=fake_uuid,
|
||||
status='draft',
|
||||
created_by_id=fake_uuid,
|
||||
areas=[
|
||||
area_ids=[
|
||||
# Hackney Central
|
||||
'wd20-E05009372',
|
||||
# Hackney Wick
|
||||
@@ -56,7 +56,7 @@ def test_raises_for_missing_areas(fake_uuid):
|
||||
template_id=fake_uuid,
|
||||
status='draft',
|
||||
created_by_id=fake_uuid,
|
||||
areas=[
|
||||
area_ids=[
|
||||
'wd20-E05009372',
|
||||
'something else',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user