mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Fix test broken by merging
The test came from one branch, the correct value came from another.
This commit is contained in:
@@ -188,7 +188,7 @@ def test_navigation_for_services_with_broadcast_permission(
|
|||||||
assert [
|
assert [
|
||||||
a['href'] for a in page.select('.navigation a')
|
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/{}/templates'.format(SERVICE_ONE_ID),
|
||||||
'/services/{}/users'.format(SERVICE_ONE_ID),
|
'/services/{}/users'.format(SERVICE_ONE_ID),
|
||||||
'/services/{}/service-settings'.format(SERVICE_ONE_ID),
|
'/services/{}/service-settings'.format(SERVICE_ONE_ID),
|
||||||
|
|||||||
Reference in New Issue
Block a user