Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Kipchirchir Sigei <[email protected]>
  • Loading branch information
KipSigei committed Oct 4, 2022
1 parent 503b41c commit 68d4048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onadata/apps/api/tests/viewsets/test_xform_viewset.py
Original file line number Diff line number Diff line change
Expand Up @@ -1483,7 +1483,7 @@ def test_publish_xlsform_using_url_upload(
post_data = {"xls_url": xls_url}
request = self.factory.post("/", data=post_data, **self.extra)
response = view(request)
xform = xform = self.user.xforms.get(id_string="transportation_2015_01_07")
xform = self.user.xforms.get(id_string="transportation_2015_01_07")

mock_requests.get.assert_called_with(xls_url)
xls_file.close()
Expand Down

0 comments on commit 68d4048

Please sign in to comment.