Skip to content

Commit

Permalink
fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-muchiri committed Apr 11, 2024
1 parent b561760 commit 3fbb3cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions onadata/apps/api/tests/views/test_user_permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ def test_manager_can_update_xform(self):
# More info: https://code.djangoproject.com/ticket/30024
data.pop("enketo_preview_url")
data.pop("last_submission_time")
data.pop("contributes_entities_to")
data.pop("consumes_entities_from")

request = self.factory.put("/", data=data, **self.extra)
response = view(request, pk=self.xform.id)
Expand Down

0 comments on commit 3fbb3cb

Please sign in to comment.