Fix test broken by merging

The test came from one branch, the correct value came from another.
This commit is contained in:
Chris Hill-Scott
2020-07-08 15:12:29 +01:00
parent a034ee0e1f
commit 653b6b3601

View File

@@ -188,7 +188,7 @@ def test_navigation_for_services_with_broadcast_permission(
assert [
a['href'] for a in page.select('.navigation a')
] == [
'/services/{}'.format(SERVICE_ONE_ID),
'/services/{}/broadcast-dashboard'.format(SERVICE_ONE_ID),
'/services/{}/templates'.format(SERVICE_ONE_ID),
'/services/{}/users'.format(SERVICE_ONE_ID),
'/services/{}/service-settings'.format(SERVICE_ONE_ID),