diff --git a/spec/contracts/custom_fields/hierarchy/update_item_contract_spec.rb b/spec/contracts/custom_fields/hierarchy/update_item_contract_spec.rb index f2eaae17f3c..decb03ed751 100644 --- a/spec/contracts/custom_fields/hierarchy/update_item_contract_spec.rb +++ b/spec/contracts/custom_fields/hierarchy/update_item_contract_spec.rb @@ -104,8 +104,6 @@ RSpec.describe CustomFields::Hierarchy::UpdateItemContract do expect(result).to be_failure - p result - expect(result.errors[:short]).to match_array("must be unique within the same hierarchy level.") end end