Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yeseniamolinab committed Jan 28, 2022
1 parent 1eb97c8 commit 81aeda2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/liquid/liquid_helper_spec.rb
Expand Up @@ -58,7 +58,7 @@
create :plugins_petition, page: page, target: '', active: true
create :plugins_petition, page: page, target: 'mf doom', active: true
create :plugins_petition, page: page, target: '', active: true
expect(LiquidHelper.globals(page: page)[:petition_target]).to eq 'mf doom'
expect(LiquidHelper.globals(page: page)[:petition_target]).to eq 'koch brothers'
end
end
end
3 changes: 2 additions & 1 deletion spec/requests/api/braintree/braintree_spec.rb
Expand Up @@ -1218,7 +1218,8 @@
customer_id: customer.customer_id,
device_data: {},
options: {
verify_card: true
verify_card: true,
verification_merchant_account_id: 'EUR'
},
billing_address: {
first_name: 'Bernie',
Expand Down

0 comments on commit 81aeda2

Please sign in to comment.