From 7ba37942f0ecc3aaa1b5f420bf899660bd27c68e Mon Sep 17 00:00:00 2001 From: PauI Ostrovckij Date: Wed, 18 Jun 2025 22:16:14 +0300 Subject: [PATCH] change port --- tests/integration/withServerInstance/storage.tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/withServerInstance/storage.tests.js b/tests/integration/withServerInstance/storage.tests.js index f2e61d36..0e033105 100644 --- a/tests/integration/withServerInstance/storage.tests.js +++ b/tests/integration/withServerInstance/storage.tests.js @@ -59,7 +59,7 @@ const cfgCacheStorage = config.get('storage'); const cfgPersistentStorage = utils.deepMergeObjects({}, cfgCacheStorage, config.get('persistentStorage')); const ctx = operationContext.global; -const PORT = 3456; +const PORT = 3457; const rand = Math.floor(Math.random() * 1000000); const testDir = "DocService-DocsCoServer-storage-" + rand; const baseUrl = `http://localhost:${PORT}`;