From 96250d8aaef3d1404294a948f7dc2f09fa77e671 Mon Sep 17 00:00:00 2001 From: Ewan Mellor Date: Thu, 24 Nov 2011 14:07:27 -0800 Subject: Fix trivial fourth quote in docstring. Change-Id: Id0b3c69ab15aed094410730fbbe1f01df7db97aa --- nova/tests/test_xenapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit