Skip to content

Commit ad11d3e

Browse files
committed
rspec fix
1 parent c8c85c4 commit ad11d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/support/sp_api_helpers.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def stub_get_shipment_items_by_shipment_id
333333
end
334334

335335
def stub_get_shipment_items
336-
stub_request(:get, "https://#{hostname}/fba/inbound/v0/shipmentItems?MarketplaceId=#{marketplace_id}&QueryType=#{query_type}")
336+
stub_request(:get, "https://#{hostname}/fba/inbound/v0/shipmentItems?MarketplaceId=#{marketplace_id}&QueryType=#{query_type}&LastUpdatedAfter=#{last_updated_after}&LastUpdatedBefore=#{last_updated_before}")
337337
.to_return(status: 200, body: File.read("./spec/support/get_shipment_items_by_shipment_id_v0.json"), headers: {})
338338
end
339339

0 commit comments

Comments
 (0)