Skip to content

Commit

Permalink
bodyに含む+が潰れていた件へのリグレッションテストを追加する
Browse files Browse the repository at this point in the history
  • Loading branch information
jiikko committed May 6, 2021
1 parent 9d5ff0e commit 80fc8f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion spec/gmo/remittance_api_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@
it "gets data about a mail deposit", :vcr do
result = do_api_call
result["Deposit_ID"].nil?.should_not be_truthy
result["Mail_Address"].nil?.should_not be_truthy
result["Mail_Address"].should eq('anyutzy+test@demo.com')
result["Shop_Mail_Address"].nil?.should_not be_truthy
result["Account_Name"].nil?.should_not be_truthy
result["Amount"].nil?.should_not be_truthy
Expand Down

0 comments on commit 80fc8f7

Please sign in to comment.