feat: connect resource library workflows
This commit is contained in:
@@ -37,7 +37,6 @@ test("proxies order creation to the backend and returns normalized success data"
|
||||
customer_level: "mid",
|
||||
service_mode: "semi_pro",
|
||||
model_id: 101,
|
||||
pose_id: 202,
|
||||
garment_asset_id: 303,
|
||||
scene_ref_asset_id: 404,
|
||||
}),
|
||||
@@ -76,7 +75,6 @@ test("rejects invalid order creation payloads before proxying", async () => {
|
||||
customer_level: "low",
|
||||
service_mode: "semi_pro",
|
||||
model_id: 101,
|
||||
pose_id: 202,
|
||||
garment_asset_id: 303,
|
||||
scene_ref_asset_id: 404,
|
||||
}),
|
||||
@@ -143,7 +141,6 @@ test("normalizes upstream validation errors from the backend", async () => {
|
||||
customer_level: "mid",
|
||||
service_mode: "semi_pro",
|
||||
model_id: 101,
|
||||
pose_id: 202,
|
||||
garment_asset_id: 303,
|
||||
scene_ref_asset_id: 404,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user