Name DFC test data to clarify content

The DFC has several products like PhysicalProduct and SuppliedProduct.
Here we have a supplied product.
This commit is contained in:
Maikel Linke
2023-05-12 16:17:31 +10:00
committed by Konrad
parent 7344eb678b
commit 50ef06c973
2 changed files with 1 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ describe "SuppliedProducts", type: :request do
it "updates a variant's name" do
params = { enterprise_id: enterprise.id, id: variant.id }
request_body = DfcProvider::Engine.root.join("spec/support/patch_product.json").read
request_body = DfcProvider::Engine.root.join("spec/support/patch_supplied_product.json").read
expect {
put(