Commit 27c9cd62 authored by Sebastien Robin's avatar Sebastien Robin

erp5testnode: fixed a typo

parent 4049b8b3
......@@ -91,7 +91,7 @@ class TestNode(object):
return node_test_suite
def delNodeTestSuite(self, reference):
if self.node_test_suite_dict.haskey(reference):
if self.node_test_suite_dict.has_key(reference):
self.node_test_suite_dict.pop(reference)
def updateConfigForTestSuite(self, test_suite_data):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment