From: Aaron Rosen Date: Wed, 24 Jul 2013 23:43:21 +0000 (-0700) Subject: Fixed miss spelled updated in test name X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=5658b599d0cdddf5c3d578d9247126bd48b8b441;p=openstack-build%2Fneutron-build.git Fixed miss spelled updated in test name Change-Id: I1df4fe57f50332332c70badf4bc6a6c1c8d5636c --- diff --git a/neutron/tests/unit/test_security_groups_rpc.py b/neutron/tests/unit/test_security_groups_rpc.py index 280b269ef..68f278014 100644 --- a/neutron/tests/unit/test_security_groups_rpc.py +++ b/neutron/tests/unit/test_security_groups_rpc.py @@ -1254,7 +1254,7 @@ class TestSecurityGroupAgentWithIptables(base.BaseTestCase): self.mox.VerifyAll() - def test_security_group_rule_udpated(self): + def test_security_group_rule_updated(self): self.rpc.security_group_rules_for_devices.return_value = self.devices2 self._replay_iptables(IPTABLES_FILTER_2, IPTABLES_FILTER_V6_2) self._replay_iptables(IPTABLES_FILTER_2_3, IPTABLES_FILTER_V6_2)