Skip to content

Commit

Permalink
Add debug print st
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankApiyo committed Jan 31, 2023
1 parent 779b627 commit b442cbb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions onadata/apps/api/tests/viewsets/test_dataview_viewset.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,8 @@ def test_list_dataview(self):
response = view(request)

self.assertEqual(response.status_code, 200)
print("reponse-data:")
print(response.data)
self.assertEqual(len(response.data), 4)

anon_request = request = self.factory.get("/")
Expand Down

0 comments on commit b442cbb

Please sign in to comment.