link-service-to-organisations-tweaks

This commit is contained in:
chrisw
2018-02-20 11:30:46 +00:00
parent dd2231056d
commit 14b80622b7
13 changed files with 62 additions and 46 deletions
+1 -1
View File
@@ -150,4 +150,4 @@ def test_organisation_services_show(
assert normalize_spaces(page.select('.browse-list-item')[i].text) == service_name
assert normalize_spaces(
page.select('.browse-list-item a')[i]['href']
) == '/services/{}/dashboard'.format(service_id)
) == '/services/{}'.format(service_id)