From b3501e7dc829bb1bcc6763a2f07a1bc26f6119f6 Mon Sep 17 00:00:00 2001 From: Asier Isayas Date: Fri, 23 Jan 2026 09:34:02 -0800 Subject: [PATCH] wait for document to be loaded --- test/fx.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/fx.ts b/test/fx.ts index 75de1f672..e15abd498 100644 --- a/test/fx.ts +++ b/test/fx.ts @@ -63,6 +63,9 @@ export const TEST_MANUAL_THROUGHPUT_RU_2K = 2000; export const ONE_MINUTE_MS: number = 60 * 1000; function tryGetStandardName(accountType: TestAccount) { + if (accountType === TestAccount.MongoReadonly) { + return "aisayas-e2e-mongo-readonly"; + } if (process.env.DE_TEST_ACCOUNT_PREFIX) { const actualPrefix = process.env.DE_TEST_ACCOUNT_PREFIX.endsWith("-") ? process.env.DE_TEST_ACCOUNT_PREFIX