cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user