Skip to content

Commit

Permalink
update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuyang Deng committed Sep 21, 2020
1 parent 4dbad28 commit 16b982c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/test_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ def test_env_dictionary():
session_mock = Mock()
session_mock.region_name = "us-west-2"
os.environ[params.USER_PROGRAM_ENV] = "my_app.py"
os.environ[params.LOG_LEVEL_ENV] = "20"
test_env = environment.Environment()

assert len(test_env) == len(test_env.properties())
Expand Down

0 comments on commit 16b982c

Please sign in to comment.