Skip to content

Commit

Permalink
Remove unnecessary prints
Browse files Browse the repository at this point in the history
  • Loading branch information
aristizabal95 committed Dec 18, 2024
1 parent 6bdcfdf commit 926244b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/benchmark/tests/test_.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,6 @@ def test_get_with_query_params(self, query_dict, expected_num_results):
# Act
query_url = self.url + f"?{query_str}"
response = self.client.get(query_url)
print(query_url, response.status_code, response.data['results'])
print("Unfiltered Query:", self.client.get(self.url).data['results'])

# Assert
self.assertEqual(response.status_code, status.HTTP_200_OK)
Expand Down

0 comments on commit 926244b

Please sign in to comment.