Skip to content

Commit

Permalink
Merge pull request #403 from sot528/ALIS-4567
Browse files Browse the repository at this point in the history
change daily withdraw max
  • Loading branch information
keillera authored Nov 8, 2019
2 parents 20b4546 + 83ca030 commit 719198c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* 環境変数やSSMパラメータに変更を加えたか否か
* 変更したとしたらどのような変更か
* 変更した場合は以下の作業を行う
* [ ] [environmentリポジトリ](https://github.com/AlisProject/environment)に該当の値を追加し本PRと同時にPRを出す
* [ ] [ssmリポジトリ](https://github.com/AlisProject/ssm)に該当の値を追加し本PRと同時にPRを出す
* [ ] ステージング環境のSSMへ該当のパラメータを追加
* [ ] Slackでエンジニア全員へこのPRの内容を共有
* [ ] 必要であれば`.envrc.sample` へ環境変数名とその用途の詳細な説明を追加
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def setUp(self):
TestsUtil.set_all_tables_name_to_env()
TestsUtil.delete_all_tables(self.dynamodb)
TestsUtil.create_table(self.dynamodb, os.environ['TOKEN_SEND_TABLE_NAME'], [])
os.environ['DAILY_LIMIT_TOKEN_SEND_VALUE'] = '10000000000000000000000'
os.environ['DAILY_LIMIT_TOKEN_SEND_VALUE'] = '100000000000000000000000'

def tearDown(self):
TestsUtil.delete_all_tables(self.dynamodb)
Expand Down

0 comments on commit 719198c

Please sign in to comment.