mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-16 03:10:16 -04:00
Merge pull request #2641 from alphagov/nlwed
Mark agreement signed by North Lincs, Walsall and East Dunbartonshire
This commit is contained in:
@@ -295,7 +295,7 @@ aberdeencity.gov.uk:
|
||||
aberdeenshire.gov.uk:
|
||||
owner: Aberdeenshire Council
|
||||
crown: false
|
||||
agreement_signed: false
|
||||
agreement_signed: true
|
||||
AbergavennyTownCouncil.gov.uk:
|
||||
owner: Abergavenny Town Council
|
||||
crown: false
|
||||
@@ -489,14 +489,8 @@ aylsham-tc.gov.uk:
|
||||
owner: Aylsham Town Council
|
||||
crown: false
|
||||
agreement_signed: false
|
||||
ayrshire.gov.uk:
|
||||
owner: South Ayrshire Council
|
||||
crown: false
|
||||
agreement_signed: false
|
||||
ayrshire-jsu.gov.uk:
|
||||
owner: South Ayrshire Council
|
||||
crown: false
|
||||
agreement_signed: false
|
||||
ayrshire.gov.uk: south-ayrshire.gov.uk
|
||||
ayrshire-jsu.gov.uk: south-ayrshire.gov.uk
|
||||
babergh.gov.uk:
|
||||
owner: Babergh District Council
|
||||
crown: false
|
||||
@@ -1639,7 +1633,7 @@ eastdorset.gov.uk:
|
||||
eastdunbarton.gov.uk:
|
||||
owner: East Dunbartonshire Council
|
||||
crown: false
|
||||
agreement_signed: false
|
||||
agreement_signed: true
|
||||
eastgrinstead.gov.uk:
|
||||
owner: East Grinstead Town Council
|
||||
crown: false
|
||||
@@ -1982,10 +1976,7 @@ goytre.gov.uk:
|
||||
owner: Goetre Fawr Community Council
|
||||
crown: false
|
||||
agreement_signed: false
|
||||
grampiancaredata.gov.uk:
|
||||
owner: Aberdeenshire Council
|
||||
crown: false
|
||||
agreement_signed: false
|
||||
grampiancaredata.gov.uk: aberdeenshire.gov.uk
|
||||
grangeoversandstowncouncil.gov.uk:
|
||||
owner: Grange Over Sands Town Council
|
||||
crown: false
|
||||
@@ -3099,7 +3090,7 @@ newforest.gov.uk:
|
||||
newham.gov.uk:
|
||||
owner: Newham London Borough Council
|
||||
crown: false
|
||||
agreement_signed: true
|
||||
agreement_signed: true
|
||||
newhaventowncouncil.gov.uk:
|
||||
owner: Newhaven Town Council
|
||||
crown: false
|
||||
@@ -3235,7 +3226,7 @@ northleach.gov.uk:
|
||||
northlincs.gov.uk:
|
||||
owner: North Lincolnshire Council
|
||||
crown: false
|
||||
agreement_signed: false
|
||||
agreement_signed: true
|
||||
north-norfolk.gov.uk:
|
||||
owner: North Norfolk District Council
|
||||
crown: false
|
||||
@@ -4058,7 +4049,7 @@ southandvale.gov.uk:
|
||||
south-ayrshire.gov.uk:
|
||||
owner: South Ayrshire Council
|
||||
crown: false
|
||||
agreement_signed: false
|
||||
agreement_signed: true
|
||||
southbucks.gov.uk:
|
||||
owner: South Buckinghamshire District Council
|
||||
crown: false
|
||||
@@ -4743,7 +4734,7 @@ wallingfordtowncouncil.gov.uk:
|
||||
walsall.gov.uk:
|
||||
owner: Walsall Metropolitan Borough Council
|
||||
crown: false
|
||||
agreement_signed: false
|
||||
agreement_signed: true
|
||||
walthamabbey-tc.gov.uk:
|
||||
owner: Waltham Abbey Town Council
|
||||
crown: false
|
||||
|
||||
@@ -351,12 +351,14 @@ def test_get_valid_agreement_info_some_known_details():
|
||||
|
||||
|
||||
def test_get_valid_local_agreement_info_some_known_details():
|
||||
agreement_info = AgreementInfo("aberdeenshire.gov.uk")
|
||||
# This example may need to be updated to use a different council if
|
||||
# Babergh every sign the agreement
|
||||
agreement_info = AgreementInfo("babergh.gov.uk")
|
||||
assert agreement_info.crown_status is False
|
||||
assert agreement_info.owner == "Aberdeenshire Council"
|
||||
assert agreement_info.owner == "Babergh District Council"
|
||||
assert agreement_info.agreement_signed is False
|
||||
assert agreement_info.as_human_readable == (
|
||||
'No (organisation is Aberdeenshire Council, a non-crown body)'
|
||||
'No (organisation is Babergh District Council, a non-crown body)'
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user