Change port

This commit is contained in:
Andras Schmelczer 2025-03-16 21:35:41 +00:00
parent 088cedae9a
commit 47af8323cf
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
3 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@ async function runTest({
token: "token",
vaultName: uuidv4(),
syncConcurrency: concurrency,
remoteUri: "http://localhost:3030"
remoteUri: "http://localhost:3000"
};
const clients: MockAgent[] = [];