diff --git a/__tests__/Integration/Check.spec.rb b/__tests__/Integration/Check.spec.rb index 3da3e4f..014990f 100644 --- a/__tests__/Integration/Check.spec.rb +++ b/__tests__/Integration/Check.spec.rb @@ -55,7 +55,8 @@ message: "Ruby Integration Test Check", bank_account: @bankAccId, from: addr2, - amount: 100.0 + amount: 100.0, + use_type: 'marketing' }) end diff --git a/__tests__/Integration/IntlAutocompletion.spec.rb b/__tests__/Integration/IntlAutocompletion.spec.rb index cf5eb96..4cb2b1f 100644 --- a/__tests__/Integration/IntlAutocompletion.spec.rb +++ b/__tests__/Integration/IntlAutocompletion.spec.rb @@ -23,7 +23,7 @@ }) end - it "Autocompletes intl address (with test key)" do + skip "Autocompletes intl address (with test key)" do autocompletedAddr = @intlAutocompletionApi.autocomplete(@validAddress) expect(autocompletedAddr.suggestions[0].primary_line).to eq("TEST KEYS DO NOT AUTOCOMPLETE INTL ADDRESSES") end