aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_chains.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_chains.py')
-rw-r--r--test/test_chains.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_chains.py b/test/test_chains.py
index e952eb8..36a29dd 100644
--- a/test/test_chains.py
+++ b/test/test_chains.py
@@ -298,7 +298,7 @@ def test_placer_user_az():
def test_placer_user_hyp():
"""Test placement when user provides a hypervisor."""
- check_placer(None, 'comp1', 'comp1')
+ check_placer(None, 'comp1', ':comp1')
check_placer('nova', 'comp1', 'nova:comp1', resolved=True)
check_placer(None, 'nova:comp1', 'nova:comp1', resolved=True)
# hyp overrides az