summaryrefslogtreecommitdiff
path: root/tests/artifactcache/junctions.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/artifactcache/junctions.py')
-rw-r--r--tests/artifactcache/junctions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/artifactcache/junctions.py b/tests/artifactcache/junctions.py
index 52d721baf..ab041ce27 100644
--- a/tests/artifactcache/junctions.py
+++ b/tests/artifactcache/junctions.py
@@ -35,7 +35,7 @@ def project_set_artifacts(project, url):
'url': url,
'push': True
})
- _yaml.dump(_yaml.node_sanitize(project_config), filename=project_conf_file)
+ _yaml.dump(project_config, filename=project_conf_file)
@pytest.mark.datafiles(DATA_DIR)