diff options
-rw-r--r-- | service/test/reactor/concurrent_logins.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/service/test/reactor/concurrent_logins.rb b/service/test/reactor/concurrent_logins.rb index 4f3165de..f256599f 100644 --- a/service/test/reactor/concurrent_logins.rb +++ b/service/test/reactor/concurrent_logins.rb @@ -10,8 +10,7 @@ # # It was created to measure login times internally on the application with # varying number of users - -require 'pry' +require 'fileutils' USER_PATTERN = "loadtest%d" PASSWORD_PATTERN = "password_%d" |