summaryrefslogtreecommitdiff
path: root/tests/integration/import.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/import.py')
-rw-r--r--tests/integration/import.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/import.py b/tests/integration/import.py
index 5371ec61a..bac92cadf 100644
--- a/tests/integration/import.py
+++ b/tests/integration/import.py
@@ -32,7 +32,7 @@ def create_import_element(name, path, source, target, source_path):
}
}
os.makedirs(os.path.dirname(os.path.join(path, name)), exist_ok=True)
- _yaml.dump(element, os.path.join(path, name))
+ _yaml.roundtrip_dump(element, os.path.join(path, name))
@pytest.mark.datafiles(DATA_DIR)