Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
BabyChouSr committed Jul 28, 2024
1 parent 255257b commit 8bb0647
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_yaml_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"""\
Expand Down

0 comments on commit 8bb0647

Please sign in to comment.