diff --git a/tests/app/test_navigation.py b/tests/app/test_navigation.py index 92507b07b..efd28c752 100644 --- a/tests/app/test_navigation.py +++ b/tests/app/test_navigation.py @@ -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),