Skip to content

Commit

Permalink
[CMB-501] fix editable, skip autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
richseviora committed Feb 28, 2024
1 parent 22aa901 commit 50ba648
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion __tests__/Integration/Check.spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
message: "Ruby Integration Test Check",
bank_account: @bankAccId,
from: addr2,
amount: 100.0
amount: 100.0,
use_type: 'marketing'
})
end

Expand Down
2 changes: 1 addition & 1 deletion __tests__/Integration/IntlAutocompletion.spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 50ba648

Please sign in to comment.