mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Merge pull request #3093 from mllocs/fix/factories-ignore-warning
Fixed Factory warning while running tests
This commit is contained in:
@@ -296,7 +296,7 @@ FactoryBot.define do
|
||||
end
|
||||
|
||||
factory :order_with_taxes, parent: :completed_order_with_totals do
|
||||
ignore do
|
||||
transient do
|
||||
product_price 0
|
||||
tax_rate_amount 0
|
||||
tax_rate_name ""
|
||||
|
||||
Reference in New Issue
Block a user