Skip to content

Commit

Permalink
cleaning up the accidentally pushed changes to test_urls.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Rutvikrj26 committed Jul 22, 2024
1 parent cedb2cf commit 16bec77
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions physionet-django/physionet/test_urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,9 +190,6 @@ def _handle_request(self, url, _user_=None, _query_={}, _skip_=False,

response = self.client.get(url, _query_)

if response.status_code == 404:
print(url, _query_)

self.assertGreaterEqual(response.status_code, 200)
self.assertLess(response.status_code, 400)

Expand Down

0 comments on commit 16bec77

Please sign in to comment.