Skip to content

Commit

Permalink
Fix mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
programisti committed Jan 21, 2016
1 parent a926b68 commit 6f30a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/service_list_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ defmodule ServiceListTest do

test "Call ServiceList request" do
{_, xml} = NDCEx.request(:AirShopping, @valid_core_query_params)
response_id = xml |> xpath(~x"//AirShoppingRQ/ShoppingResponseIDs/ResponseID/text()")
response_id = xml |> xpath(~x"//AirShoppingRS/ShoppingResponseIDs/ResponseID/text()")
params = [
ShoppingResponseIDs: [
ResponseID: response_id
Expand Down

0 comments on commit 6f30a65

Please sign in to comment.