diff --git a/product/ERP5/tests/testZODBHistory.py b/product/ERP5/tests/testZODBHistory.py
index 30f4c1a1629ce850749a66de4ff7af3d8b1fa6bc..d438cde41ba46c515e8ef4456fafa8497aee652b 100644
--- a/product/ERP5/tests/testZODBHistory.py
+++ b/product/ERP5/tests/testZODBHistory.py
@@ -122,7 +122,7 @@ class TestZODBHistory(ERP5TypeTestCase):
     # should be: create(1) + edit(60) = 61
     self.assertEqual(len(history_list), 61)
 
-  def test_testZODBHistorySecurity(self):
+  def test_ZODBHistorySecurity(self):
     """
      Make sure ZODB History is not available when user does not have "View History" permission.
     """