Skip to content

Commit 44369a3

Browse files
committed
fix: add structures_path parameter to test_multiple_mappings_files
1 parent 045fe7f commit 44369a3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/test_commands.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,8 @@ def test_multiple_mappings_files():
484484
base_path='/tmp/test',
485485
mappings_file=['mappings1.yaml', 'mappings2.yaml'],
486486
backup=None,
487-
output='file'
487+
output='file',
488+
structures_path=None
488489
)
489490

490491
# Mock config loading

0 commit comments

Comments
 (0)