From ce2d62f95cd9b62858c9b4ef37b418881ceaef07 Mon Sep 17 00:00:00 2001 From: Vishvananda Ishaya Date: Sat, 10 Dec 2011 14:01:17 -0800 Subject: 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 --- nova/tests/test_wsgi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nova/tests') 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, ) -- cgit