From: Takashi NATSUME Date: Fri, 7 Aug 2015 04:47:51 +0000 (+0900) Subject: Rename a test method in test_policy.py X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=666aad61c5b8343a57419b2f4b8ebe373fcccc45;p=openstack-build%2Fneutron-build.git Rename a test method in test_policy.py Rename 'test_check_is_advsvc_with_svc_context_suceeds' to 'test_check_is_advsvc_with_svc_context_succeeds' Change-Id: Id73a09c2d838051fdcf5ec867b0a1a5821ddfc9d --- diff --git a/neutron/tests/unit/test_policy.py b/neutron/tests/unit/test_policy.py index 56ab849b6..145005b60 100644 --- a/neutron/tests/unit/test_policy.py +++ b/neutron/tests/unit/test_policy.py @@ -377,7 +377,7 @@ class NeutronPolicyTestCase(base.BaseTestCase): admin_context = context.get_admin_context() self.assertFalse(policy.check_is_advsvc(admin_context)) - def test_check_is_advsvc_with_svc_context_suceeds(self): + def test_check_is_advsvc_with_svc_context_succeeds(self): svc_context = context.Context('', 'svc', roles=['advsvc']) self.assertTrue(policy.check_is_advsvc(svc_context))