Skip to content

Commit

Permalink
rebase tests wip
Browse files Browse the repository at this point in the history
  • Loading branch information
gromdimon committed May 6, 2024
1 parent 9d1353f commit 4c81645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projectroles/tests/test_templatetags.py
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ def test_get_sidebar_links_project_detail_view(self):
},
{
'name': 'project-update',
'url': f'/project/project/update/{self.project.sodar_uuid}',
'url': f'/project/update/{self.project.sodar_uuid}',
'label': 'Update Project',
'icon': 'mdi:lead-pencil',
'active': False,
Expand Down

0 comments on commit 4c81645

Please sign in to comment.