Skip to content

Commit

Permalink
feat: modified test to use the updated param name for a researcher's id
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-hd committed Oct 4, 2024
1 parent 4130c16 commit f133595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_preview_boundary_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def test_project_boundary_preview_for_a_researcher(self):
self.live_server_url, reverse(
'researcher-edit-project',
kwargs={
'researcher_id': self.researcher.id,
'pk': self.researcher.id,
'project_uuid': self.researcher_project.unique_id,
}
)
Expand Down

0 comments on commit f133595

Please sign in to comment.