Give everyone who can see dashboard the upload nav

This commit is contained in:
Chris Hill-Scott
2020-03-12 10:37:59 +00:00
parent 64dbae179f
commit f2c0765c02
3 changed files with 3 additions and 3 deletions

View File

@@ -169,6 +169,7 @@ def test_navigation_urls(
] == [
'/services/{}'.format(SERVICE_ONE_ID),
'/services/{}/templates'.format(SERVICE_ONE_ID),
'/services/{}/uploads'.format(SERVICE_ONE_ID),
'/services/{}/users'.format(SERVICE_ONE_ID),
'/services/{}/usage'.format(SERVICE_ONE_ID),
'/services/{}/service-settings'.format(SERVICE_ONE_ID),