summaryrefslogtreecommitdiffstats
path: root/nova/tests/test_virt_drivers.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/tests/test_virt_drivers.py')
-rw-r--r--nova/tests/test_virt_drivers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/test_virt_drivers.py b/nova/tests/test_virt_drivers.py
index 9c17b3b0a..adf8f8eb8 100644
--- a/nova/tests/test_virt_drivers.py
+++ b/nova/tests/test_virt_drivers.py
@@ -294,7 +294,7 @@ class _VirtDriverTestCase(test.TestCase):
def test_get_vnc_console(self):
instance_ref, network_info = self._get_running_instance()
vnc_console = self.connection.get_vnc_console(instance_ref)
- self.assertIn('token', vnc_console)
+ self.assertIn('internal_access_path', vnc_console)
self.assertIn('host', vnc_console)
self.assertIn('port', vnc_console)