Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-muchiri committed Feb 16, 2024
1 parent 6f3ae76 commit b569f4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion onadata/apps/api/tests/viewsets/test_xform_viewset.py
Original file line number Diff line number Diff line change
Expand Up @@ -2523,7 +2523,8 @@ def test_xform_serializer_none(self):
"instances_with_geopoints": False,
"has_hxl_support": False,
"hash": "",
"is_instance_json_regenerated": False,
"contributes_entities_to": None,
"consumes_entities_from": [],
}
self.assertEqual(data, XFormSerializer(None).data)

Expand Down

0 comments on commit b569f4c

Please sign in to comment.