Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gromdimon committed May 6, 2024
1 parent 4c81645 commit fc3dafa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projectroles/tests/test_views_ajax.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ def test_get(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 Expand Up @@ -603,7 +603,7 @@ def test_get_app_links(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 fc3dafa

Please sign in to comment.