Enable inventory for variant override test

This commit is contained in:
Gaetan Craig-Riou
2025-06-17 18:00:56 +10:00
parent 9e1de75db6
commit 1c4febd332

View File

@@ -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)