We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feb8b56 commit c6ef210Copy full SHA for c6ef210
test_env_get_int.py
@@ -29,7 +29,7 @@ def test_get_int_env_var_that_exists_and_is_none_due_to_empty_string(self):
29
self.assertIsNone(result)
30
31
def test_get_int_env_var_that_does_not_exist_and_default_value_returns_none(self):
32
- """Test that gets a integer environment variable that does not exist
+ """Test that gets an integer environment variable that does not exist
33
and default value returns: none
34
"""
35
result = get_int_env_var("DOES_NOT_EXIST")
0 commit comments