From 5658b599d0cdddf5c3d578d9247126bd48b8b441 Mon Sep 17 00:00:00 2001 From: Aaron Rosen Date: Wed, 24 Jul 2013 16:43:21 -0700 Subject: [PATCH] Fixed miss spelled updated in test name Change-Id: I1df4fe57f50332332c70badf4bc6a6c1c8d5636c --- neutron/tests/unit/test_security_groups_rpc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.45.2