Skip to content

Commit

Permalink
Update tests/test_yaml_file.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aerorahul authored May 22, 2024
1 parent f645112 commit df2875c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_yaml_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def test_j2template_missing_var(tmp_path, create_template):
data = {'current_cycle': datetime.now()}
conf = parse_j2yaml(path=str(tmp_path / 'j2tmpl.yaml'), data=data, allow_missing=False)


def test_yaml_file_with_j2templates(tmp_path, create_template):

# Set env. variable
Expand Down

0 comments on commit df2875c

Please sign in to comment.