Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
grst committed Nov 18, 2024
1 parent d24bde0 commit 16852f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_compile_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ def test_auto_adjusting_path(tmp_path, interpolate):
str(test_file),
method=hiyapyco.METHOD_MERGE,
interpolate=interpolate,
loader_callback=partial(_load_yaml_with_auto_adjusting_paths, destination=destination),
loader_callback=partial(
_load_yaml_with_auto_adjusting_paths, destination=destination, missing_path_warnings=set()
),
)

ruamel = YAML()
Expand Down

0 comments on commit 16852f6

Please sign in to comment.