3038: Recommended default port number related update. Now the defaults are as follows:
[arvados.git] / apps / workbench / test / test_helper.rb
index f7cf87f718b8b67474a7fd6a7fbc223fef97452d..3b6dc036a64cda6a041b8b5bfb1a8ae0c3a5c23f 100644 (file)
@@ -131,7 +131,7 @@ class ApiServerForTests
       make_ssl_cert
       _system('bundle', 'exec', 'rake', 'db:test:load')
       _system('bundle', 'exec', 'rake', 'db:fixtures:load')
-      _system('bundle', 'exec', 'passenger', 'start', '-d', '-p3001',
+      _system('bundle', 'exec', 'passenger', 'start', '-d', '-p3000',
               '--pid-file', SERVER_PID_PATH,
               '--ssl',
               '--ssl-certificate', 'self-signed.pem',