Commit 46194f19 authored by Roque Porchetto's avatar Roque Porchetto

scalability_test: fix wrong variable name

parent 91d8bab4
......@@ -36,5 +36,5 @@ class WendelinERP5_scalability():
instance_information_dict['password'],
instance_information_dict['zope-address'])
bootstrap_url += "/ERP5Site_bootstrapScalabilityTest"
boostrap_url += "?user_quantity=%i" % self.getUserQuantity(count)
return boostrap_url
bootstrap_url += "?user_quantity=%i" % self.getUserQuantity(count)
return bootstrap_url
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