From 8bb0647b69739e05bd2aff5c43b841b146f53b63 Mon Sep 17 00:00:00 2001 From: Christopher Chou Date: Sat, 27 Jul 2024 21:31:37 -0700 Subject: [PATCH] Format --- tests/test_yaml_parser.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_yaml_parser.py b/tests/test_yaml_parser.py index b8dc8222b4c..752f86cf79e 100644 --- a/tests/test_yaml_parser.py +++ b/tests/test_yaml_parser.py @@ -147,6 +147,7 @@ def test_invalid_empty_envs(tmp_path): Task.from_yaml(config_path) assert 'Environment variable \'env_key2\' is None.' in e.value.args[0] + def test_replace_envs_in_path(tmpdir, tmp_path): config_path = _create_config_file( textwrap.dedent(f"""\