summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/utils.py b/tests/utils.py
index 32642adb..c97a5929 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -91,6 +91,7 @@ def openconn(uri):
"""
virtinst.util.register_libvirt_error_handler()
conn = virtinst.cli.getConnection(uri)
+ uri = conn._open_uri
# For the basic test:///default URI, skip this caching, so we have
# an option to test the stock code