Try fixing E2E

This commit is contained in:
Andras Schmelczer 2025-03-18 20:48:49 +00:00
parent e35af96db6
commit f07f372bc5
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
4 changed files with 16 additions and 7 deletions

View file

@ -27,7 +27,7 @@ async function runTest({
const initialSettings: Partial<SyncSettings> = {
isSyncEnabled: true,
token: "token",
token: "test-token-change-me", // same as in backend/config.yml
vaultName: uuidv4(),
syncConcurrency: concurrency,
remoteUri: "http://localhost:3000"