From 5dc5d9690ce878879155798995f3c037bb37ee18 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Wed, 14 Jan 2026 14:33:36 +0000 Subject: [PATCH] Bug 41456: (follow-up) Change item_type to item_type_id and add _strings in test data --- t/cypress/plugins/insertData.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/cypress/plugins/insertData.js b/t/cypress/plugins/insertData.js index 676be480412..a784245dc60 100644 --- a/t/cypress/plugins/insertData.js +++ b/t/cypress/plugins/insertData.js @@ -733,7 +733,8 @@ const insertObject = async ({ type, object, baseUrl, authHeader }) => { suspended, suspended_until, non_priority, - item_type, + item_type_id, + _strings, hold_group_id, item_level, cancellation_requested, -- 2.39.5