summaryrefslogtreecommitdiff
path: root/tests/sources/bzr.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sources/bzr.py')
-rw-r--r--tests/sources/bzr.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sources/bzr.py b/tests/sources/bzr.py
index 4a66d89b3..c6e78f8c1 100644
--- a/tests/sources/bzr.py
+++ b/tests/sources/bzr.py
@@ -32,7 +32,7 @@ def test_fetch_checkout(cli, tmpdir, datafiles):
repo.source_config(ref=ref)
]
}
- _yaml.dump(element, os.path.join(project, 'target.bst'))
+ _yaml.roundtrip_dump(element, os.path.join(project, 'target.bst'))
# Fetch, build, checkout
result = cli.run(project=project, args=['source', 'fetch', 'target.bst'])