fix copyjob playwright tests

This commit is contained in:
Bikram Choudhury
2026-03-27 19:18:41 +05:30
committed by BChoudhury-ms
parent 3f1819f22a
commit f63d16429f
4 changed files with 28 additions and 29 deletions

View File

@@ -118,6 +118,9 @@ export async function getTestExplorerUrl(accountType: TestAccount, options?: Tes
params.set("nosqlRbacToken", nosqlRbacToken);
params.set("enableaaddataplane", "true");
}
if (enablecontainercopy) {
params.set("enablecontainercopy", "true");
}
break;
case TestAccount.SQLContainerCopyOnly: