summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEwan Mellor <ewan.mellor@citrix.com>2011-11-24 14:07:27 -0800
committerEwan Mellor <ewan.mellor@citrix.com>2011-11-24 21:08:44 -0800
commit96250d8aaef3d1404294a948f7dc2f09fa77e671 (patch)
tree8baf749e78b6248ccb08c53142871e3bb4fa2e97
parent1670bccfa42c48e964c691e94c76359d56a73e59 (diff)
Fix trivial fourth quote in docstring.
Change-Id: Id0b3c69ab15aed094410730fbbe1f01df7db97aa
-rw-r--r--nova/tests/test_xenapi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/test_xenapi.py b/nova/tests/test_xenapi.py
index 095c026e0..afa9e462f 100644
--- a/nova/tests/test_xenapi.py
+++ b/nova/tests/test_xenapi.py
@@ -432,7 +432,7 @@ class XenAPIVMTestCase(test.TestCase):
self.assertTrue(instance.architecture)
def test_spawn_empty_dns(self):
- """"Test spawning with an empty dns list"""
+ """Test spawning with an empty dns list"""
self._test_spawn(glance_stubs.FakeGlance.IMAGE_VHD, None, None,
os_type="linux", architecture="x86-64",
empty_dns=True)