summaryrefslogtreecommitdiff
path: root/tests/test_urls.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_urls.py')
-rw-r--r--tests/test_urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_urls.py b/tests/test_urls.py
index 878fb0ad..6a066560 100644
--- a/tests/test_urls.py
+++ b/tests/test_urls.py
@@ -100,7 +100,7 @@ class _DistroURL(object):
return "x86_64"
return "x86_64"
-testconn = utils.open_testdefault()
+testconn = utils.URIs.open_testdefault_cached()
hvmguest = Guest(testconn)
hvmguest.os.os_type = "hvm"
xenguest = Guest(testconn)