mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -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 [
|
||||
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),
|
||||
|
||||
Reference in New Issue
Block a user