fix(tests): change default server port (#371)

This commit is contained in:
jcesarmobile
2023-09-05 02:01:48 +02:00
committed by GitHub
parent 7715cc9511
commit 3cf3949e3c

View File

@@ -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