From d3862629e9fbddc5ae8b43645e694970f1b231fb Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 9 Feb 2021 13:08:48 +0000 Subject: [PATCH] cleanup --- products/tests.py | 1 - 1 file changed, 1 deletion(-) 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