summaryrefslogtreecommitdiffstats
path: root/nova/tests
diff options
context:
space:
mode:
authorVishvananda Ishaya <vishvananda@gmail.com>2011-12-10 14:01:17 -0800
committerVishvananda Ishaya <vishvananda@gmail.com>2011-12-10 14:01:17 -0800
commitce2d62f95cd9b62858c9b4ef37b418881ceaef07 (patch)
tree98a6f9f15eb729e2e3248fb05a8dcf09637e24d3 /nova/tests
parent0c6c7700299e225aee2c86fbe725c8e146b9f0d4 (diff)
Moves find config to utils because it is useful
This is to prepare for a future patch will will use find config to load other config files. Change-Id: Ic9bd9027baf518734c3f51f516651b80d1e752f2
Diffstat (limited to 'nova/tests')
-rw-r--r--nova/tests/test_wsgi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/test_wsgi.py b/nova/tests/test_wsgi.py
index b71e8d418..26af63789 100644
--- a/nova/tests/test_wsgi.py
+++ b/nova/tests/test_wsgi.py
@@ -37,7 +37,7 @@ class TestLoaderNothingExists(unittest.TestCase):
def test_config_not_found(self):
self.assertRaises(
- nova.exception.PasteConfigNotFound,
+ nova.exception.ConfigNotFound,
nova.wsgi.Loader,
)