Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Oct 26, 2023
1 parent fa36232 commit c3e7b5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/api_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def test_permalink(self):
self.assertEqual(200, response.status_code, "Status code is not OK")

response_data = json.loads(response.data)
print(response_data)
self.assertTrue(response_data)
self.assertIn('permalink', response_data, 'Response has no permalink field')

Expand Down

0 comments on commit c3e7b5d

Please sign in to comment.