summaryrefslogtreecommitdiff
path: root/service/test/reactor/concurrent_logins.rb
diff options
context:
space:
mode:
Diffstat (limited to 'service/test/reactor/concurrent_logins.rb')
-rw-r--r--service/test/reactor/concurrent_logins.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/test/reactor/concurrent_logins.rb b/service/test/reactor/concurrent_logins.rb
index e1cd4770..a10d0394 100644
--- a/service/test/reactor/concurrent_logins.rb
+++ b/service/test/reactor/concurrent_logins.rb
@@ -24,7 +24,7 @@ end
ts = (1...(1+COUNT)).map do |ix|
t = Thread.new do
- `#{curl_command(ix+19)}`
+ `#{curl_command(ix)}`
end
sleep 1
t