We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad11d3e commit d21f822Copy full SHA for d21f822
spec/muffin_man/fulfillment_inbound/v0_spec.rb
@@ -222,7 +222,7 @@
222
let(:last_updated_before) { "2022-10-01T00:00:00Z" }
223
224
it "makes a request to get shipment items with all parameters" do
225
- response = fba_inbound_client.get_shipment_items(query_type, marketplace_id,
+ response = fba_inbound_client.get_shipment_items(query_type, marketplace_id,
226
last_updated_after: last_updated_after,
227
last_updated_before: last_updated_before)
228
expect(response.response_code).to eq(200)
0 commit comments