From 50ba6481b8b55b7dac59f82167942bb265d89609 Mon Sep 17 00:00:00 2001 From: Rich Seviora Date: Wed, 28 Feb 2024 15:18:29 -0800 Subject: [PATCH] [CMB-501] fix editable, skip autocomplete --- __tests__/Integration/Check.spec.rb | 3 ++- __tests__/Integration/IntlAutocompletion.spec.rb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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