summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--service/test/load/locustfile.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/service/test/load/locustfile.py b/service/test/load/locustfile.py
index 7aca10e5..9a83933f 100644
--- a/service/test/load/locustfile.py
+++ b/service/test/load/locustfile.py
@@ -29,7 +29,6 @@ class UserBehavior(TaskSet):
def _get_or_create_user(self, number):
srp_auth = SRPAuth(LEAP_SERVER_HOST, os.path.expanduser(LEAP_VERIFY_CERTIFICATE))
username, password = ('loadtest%d' % number), ('password_%d' % number)
-# username, password = 'loadtest123', 'asdfasdf'
try:
srp_auth.authenticate(username, password)
except SRPAuthenticationError: