From 73e68c355b3cc0639bedf5d089e52ee4e36497e6 Mon Sep 17 00:00:00 2001 From: Toby Lorne Date: Mon, 10 Aug 2020 16:21:55 +0100 Subject: [PATCH] broadcast-areas: include electoral wards Signed-off-by: Toby Lorne --- tests/app/main/views/test_broadcast.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/app/main/views/test_broadcast.py b/tests/app/main/views/test_broadcast.py index bf87e5474..cb4c64165 100644 --- a/tests/app/main/views/test_broadcast.py +++ b/tests/app/main/views/test_broadcast.py @@ -234,6 +234,7 @@ def test_choose_broadcast_library_page( assert sorted(titles) == sorted([ 'Counties and Unitary Authorities in England and Wales', 'Countries', + 'Electoral Wards of the United Kingdom', 'Regions of England', ])