changing the way search workd to accommodate for georestrictions
This commit is contained in:
@@ -567,6 +567,7 @@ class ProductSearchTest(TestCase):
|
||||
self.assertIsNotNone(payload.get('prices'))
|
||||
|
||||
# check for object creation
|
||||
import ipdb; ipdb.set_trace()
|
||||
self.assertEquals(len(payload['products']), len(expected_instances))
|
||||
# check for filters
|
||||
self.assertTrue(len(payload['filters']['tags']) >= 2 )
|
||||
|
||||
Reference in New Issue
Block a user