spec/integration/track_spec.rb in fex-0.0.5 vs spec/integration/track_spec.rb in fex-0.0.6

- old
+ new

@@ -16,11 +16,9 @@ value: "400030715008165", type: "TRACKING_NUMBER_OR_DOORTAG" }, include_detailed_scans: true ) - # We have no tracking number to test, so just verify that we get the right error. - response.severity.should eq "ERROR" - response.message.should start_with "No information for the following shipments has been received by our system yet." + response.severity.should eq "SUCCESS" end end