diff --git a/products/tests.py b/products/tests.py index 3189596..092ecd2 100644 --- a/products/tests.py +++ b/products/tests.py @@ -390,7 +390,6 @@ class ProductSearchTest(TestCase): url = f"{self.endpoint}?query_string={query_string}" # send in request response = self.client.get(url) - import ipdb; ipdb.set_trace() # check re sponse self.assertEqual(response.status_code, 200) # check for object creation