summaryrefslogtreecommitdiff
path: root/tests/artifactcache/capabilities.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/artifactcache/capabilities.py')
-rw-r--r--tests/artifactcache/capabilities.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/artifactcache/capabilities.py b/tests/artifactcache/capabilities.py
index c8a49f9b5..8f206b67c 100644
--- a/tests/artifactcache/capabilities.py
+++ b/tests/artifactcache/capabilities.py
@@ -41,7 +41,7 @@ def test_artifact_cache_with_missing_capabilities_is_skipped(cli, tmpdir, datafi
artifactcache = context.artifactcache
# Manually setup the CAS remote
- artifactcache.setup_remotes(use_config=True)
+ artifactcache.setup_remotes()
assert (
not artifactcache.has_fetch_remotes()