diff options
Diffstat (limited to 'shared/extra-utils/mock-servers/mock-object-storage.ts')
-rw-r--r-- | shared/extra-utils/mock-servers/mock-object-storage.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/extra-utils/mock-servers/mock-object-storage.ts b/shared/extra-utils/mock-servers/mock-object-storage.ts index b6071b2f2..144f2819d 100644 --- a/shared/extra-utils/mock-servers/mock-object-storage.ts +++ b/shared/extra-utils/mock-servers/mock-object-storage.ts | |||
@@ -32,7 +32,7 @@ export class MockObjectStorage { | |||
32 | ) | 32 | ) |
33 | }) | 33 | }) |
34 | 34 | ||
35 | const port = 42301 + randomInt(1, 100) | 35 | const port = 44000 + randomInt(1, 1000) |
36 | this.server = app.listen(port, () => res(port)) | 36 | this.server = app.listen(port, () => res(port)) |
37 | }) | 37 | }) |
38 | } | 38 | } |