You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2023/09/05 00:01:54 UTC

[cordova-plugin-file-transfer] branch master updated: fix(tests): change default server port (#371)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-file-transfer.git


The following commit(s) were added to refs/heads/master by this push:
     new 3cf3949  fix(tests): change default server port (#371)
3cf3949 is described below

commit 3cf3949e3ce4d54abf0c3c052f82624f2d1ae856
Author: jcesarmobile <jc...@gmail.com>
AuthorDate: Tue Sep 5 02:01:48 2023 +0200

    fix(tests): change default server port (#371)
---
 tests/server/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/server/index.js b/tests/server/index.js
index 9c6e6bf..eede08c 100644
--- a/tests/server/index.js
+++ b/tests/server/index.js
@@ -3,7 +3,7 @@ const stringify = require('json-stringify-safe');
 const Busboy = require('busboy');
 const { Iconv } = require('iconv');
 
-const port = process.env.PORT || 5000;
+const port = process.env.PORT || 5001;
 const DIRECT_UPLOAD_LIMIT = 85; // bytes
 
 // convert from UTF-8 to ISO-8859-1


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org