fixed vector search not finding nested tags
This commit is contained in:
@@ -487,7 +487,6 @@ class ProductSearchTest(TestCase):
|
||||
# load response data
|
||||
payload = response.json()
|
||||
# check for object creation
|
||||
import ipdb; ipdb.set_trace()
|
||||
self.assertEquals(len(payload['products']), len(expected_instances))
|
||||
# check ids
|
||||
for i in range(len(payload['products'])):
|
||||
|
||||
Reference in New Issue
Block a user