Skip to content

Commit

Permalink
fix(tests): change default server port
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Sep 4, 2023
1 parent 7715cc9 commit d063887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d063887

Please sign in to comment.