diff options
Diffstat (limited to 'tests/test_auth.py')
| -rw-r--r-- | tests/test_auth.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_auth.py b/tests/test_auth.py index 58b0b93..f1c4b59 100644 --- a/tests/test_auth.py +++ b/tests/test_auth.py @@ -400,7 +400,7 @@ class ServiceCatalogTest(TestCase): scObj.catalog[scObj.root_key]['serviceCatalog'] = [service1] self.assertRaises(exceptions.EndpointNotFound, scObj._url_for) - scObj.service_type = "reddwarf" + scObj.service_type = "database" scObj.service_name = "no_match" self.assertRaises(exceptions.EndpointNotFound, scObj._url_for) |
