Skip to content

Commit

Permalink
Update view request to post
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMwashuma committed Oct 29, 2024
1 parent 9f3b6b0 commit 764105c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tally_ho/apps/tally/tests/views/test_quality_control.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ def test_dashboard_get_double_recon_raise(self):

self._add_user_to_group(self.user, groups.QUALITY_CONTROL_CLERK)
view = views.QualityControlDashboardView.as_view()
request = self.factory.get('/')
request = self.factory.post('/')
request.user = self.user
request.session = {'result_form': result_form.pk}

Expand Down

0 comments on commit 764105c

Please sign in to comment.