mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Enable inventory for variant override test
This commit is contained in:
@@ -416,7 +416,7 @@ RSpec.describe '
|
||||
end
|
||||
|
||||
# Regression test for #7337
|
||||
context "creating a new order with a variant override" do
|
||||
context "creating a new order with a variant override", feature: :inventory do
|
||||
let!(:override) {
|
||||
create(:variant_override, hub: distributor, variant: product.variants.first,
|
||||
count_on_hand: 100)
|
||||
|
||||
Reference in New Issue
Block a user