Fixed miss spelled updated in test name

Change-Id: I1df4fe57f50332332c70badf4bc6a6c1c8d5636c
This commit is contained in:
Aaron Rosen 2013-07-24 16:43:21 -07:00
parent 60bd2997f2
commit 5658b599d0

View File

@ -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)