Skip to content

Commit 16b982c

Browse files
author
Chuyang Deng
committed
update unit test
1 parent 4dbad28 commit 16b982c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unit/test_environment.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ def test_env_dictionary():
221221
session_mock = Mock()
222222
session_mock.region_name = "us-west-2"
223223
os.environ[params.USER_PROGRAM_ENV] = "my_app.py"
224+
os.environ[params.LOG_LEVEL_ENV] = "20"
224225
test_env = environment.Environment()
225226

226227
assert len(test_env) == len(test_env.properties())

0 commit comments

Comments
 (0)