summaryrefslogtreecommitdiff
path: root/tests/frontend/remote-caches.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/frontend/remote-caches.py')
-rw-r--r--tests/frontend/remote-caches.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/frontend/remote-caches.py b/tests/frontend/remote-caches.py
index 089cf96e4..8a5ef9c7b 100644
--- a/tests/frontend/remote-caches.py
+++ b/tests/frontend/remote-caches.py
@@ -57,7 +57,7 @@ def test_source_artifact_caches(cli, tmpdir, datafiles):
},
'cachedir': cachedir
}
- _yaml.dump(_yaml.node_sanitize(user_config), filename=user_config_file)
+ _yaml.dump(user_config, filename=user_config_file)
cli.configure(user_config)
create_element_size('repo.bst', project_dir, element_path, [], 10000)