From e43c037e14f0055206f16cc9549e03a3f6e43755 Mon Sep 17 00:00:00 2001 From: Cedric Brandily Date: Tue, 26 May 2015 13:24:58 +0000 Subject: [PATCH] Rename test_periodoc_resync_helper to test_periodic_resync_helper Change-Id: Iaaf57b5cdbe634af8ceda0fef4c920cdb053eed4 --- neutron/tests/unit/agent/dhcp/test_agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron/tests/unit/agent/dhcp/test_agent.py b/neutron/tests/unit/agent/dhcp/test_agent.py index 2060474c2..33fa6ee34 100644 --- a/neutron/tests/unit/agent/dhcp/test_agent.py +++ b/neutron/tests/unit/agent/dhcp/test_agent.py @@ -402,7 +402,7 @@ class TestDhcpAgent(base.BaseTestCase): dhcp.periodic_resync() spawn.assert_called_once_with(dhcp._periodic_resync_helper) - def test_periodoc_resync_helper(self): + def test_periodic_resync_helper(self): with mock.patch.object(dhcp_agent.eventlet, 'sleep') as sleep: dhcp = dhcp_agent.DhcpAgent(HOSTNAME) dhcp.needs_resync_reasons = collections.OrderedDict( -- 2.45.2