From 50731e929e0db02e55870deff86bd8f050021187 Mon Sep 17 00:00:00 2001 From: luisramos0 Date: Wed, 25 Sep 2019 09:54:33 +0100 Subject: [PATCH] Remove some attributes from test as they are already verified subsequently --- spec/controllers/api/orders_controller_spec.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spec/controllers/api/orders_controller_spec.rb b/spec/controllers/api/orders_controller_spec.rb index 240a97fc94..05f9743303 100644 --- a/spec/controllers/api/orders_controller_spec.rb +++ b/spec/controllers/api/orders_controller_spec.rb @@ -291,8 +291,7 @@ module Api def order_detailed_attributes [ :number, :item_total, :total, :state, :adjustment_total, :payment_total, - :completed_at, :shipment_state, :payment_state, :email, :special_instructions, - :adjustments, :payments, :bill_address, :ship_address, :line_items, :shipping_method + :completed_at, :shipment_state, :payment_state, :email, :special_instructions ] end end