fixes addtestdata, working on vectorized database search
This commit is contained in:
@@ -477,6 +477,9 @@ class ProductSearchTest(TestCase):
|
||||
url = f"{self.endpoint}?query_string={query_string}"
|
||||
# send in request
|
||||
response = self.client.get(url)
|
||||
|
||||
import ipdb; ipdb.set_trace()
|
||||
|
||||
payload = response.json()
|
||||
# check response
|
||||
self.assertEqual(response.status_code, 200)
|
||||
|
||||
Reference in New Issue
Block a user