summaryrefslogtreecommitdiffstats
path: root/test/functional/libgfapi-python-tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/libgfapi-python-tests.py')
-rw-r--r--test/functional/libgfapi-python-tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/libgfapi-python-tests.py b/test/functional/libgfapi-python-tests.py
index a699d8c..f6cc0fb 100644
--- a/test/functional/libgfapi-python-tests.py
+++ b/test/functional/libgfapi-python-tests.py
@@ -1120,7 +1120,7 @@ class TestVolumeInit(unittest.TestCase):
# Check attribute init
self.assertEqual(vol.log_file, "/dev/null")
self.assertEqual(vol.log_level, 7)
- self.assertEqual(vol.host, HOST)
+ self.assertEqual(vol.hosts[0], HOST)
self.assertEqual(vol.volname, VOLNAME)
self.assertEqual(vol.port, 24007)
self.assertFalse(vol.mounted)