Skip to content

Commit c064e62

Browse files
committed
fix: removed comments
1 parent f2138c3 commit c064e62

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • src/tools/testmanagement-utils/TCG-utils

src/tools/testmanagement-utils/TCG-utils/api.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,6 @@ export async function bulkCreateTestCases(
318318
const BULK_CREATE_URL_VALUE = BULK_CREATE_URL(tmBaseUrl, projectId, folderId);
319319

320320
for (const { id, testcases } of Object.values(scenariosMap)) {
321-
// Cap per-scenario test cases to the backend's per-request limit so the
322-
// bulk-create call never exceeds it ("More than permitted test cases sent").
323321
const cappedTestcases = testcases.slice(0, TC_DETAILS_MAX_BATCH);
324322
const testCaseLength = cappedTestcases.length;
325323
testCaseCount += testCaseLength;

0 commit comments

Comments
 (0)