Remove some attributes from test as they are already verified subsequently

This commit is contained in:
luisramos0
2019-09-25 09:54:33 +01:00
parent baa09b88f7
commit 50731e929e

View File

@@ -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