Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2311 interpret docker.registry automatically #2318

Merged
merged 8 commits into from
Jun 15, 2023
Prev Previous commit
Next Next commit
Update test to remove single quotes
adamrtalbot committed Jun 14, 2023
commit 1d796dc13ac022a5d634e487cd5a2b4ca5b95169
2 changes: 1 addition & 1 deletion tests/test_download.py
Original file line number Diff line number Diff line change
@@ -128,7 +128,7 @@ def test_wf_use_local_configs(self, tmp_path):
# Test the function
download_obj.wf_use_local_configs("workflow")
wf_config = nf_core.utils.fetch_wf_config(os.path.join(test_outdir, "workflow"), cache_config=False)
assert wf_config["params.custom_config_base"] == f"'{test_outdir}/workflow/../configs/'"
assert wf_config["params.custom_config_base"] == f"{test_outdir}/workflow/../configs/"

#
# Tests for 'find_container_images'