Commit 4e5c407b authored by Benjamin Blanc's avatar Benjamin Blanc

erp5_bootstrap: Fix typo

parent 5d427295
......@@ -43,7 +43,7 @@ def waitFor0PendingActivities():
break
print "There is %%d pending activities" %%len(message_list)
def testIfExist(page, unexcepted_word_content="Site Error"):
def testIfExist(page, unexcepted_content="Site Error"):
zope_connection = getConnection()
zope_connection.request('GET', '/%%s/%%s' %%(site_id, page))
result = zope_connection.getresponse()
......
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