mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-14 04:04:23 +00:00
Fix darkswarm caching system spec
This commit is contained in:
@@ -11,7 +11,7 @@ RSpec.describe "Darkswarm data caching", caching: true do
|
||||
create(:distributor_enterprise, with_payment_and_shipping: true, is_primary_producer: true)
|
||||
}
|
||||
let!(:product) {
|
||||
create(:simple_product, supplier: producer, primary_taxon: taxon,
|
||||
create(:simple_product, supplier_id: producer.id, primary_taxon: taxon,
|
||||
properties: [property])
|
||||
}
|
||||
let!(:order_cycle) {
|
||||
|
||||
Reference in New Issue
Block a user