Skip to content

Commit 9349ba3

Browse files
fix: enhance description for optional authentication credentials in LCA steps schema
1 parent 6508565 commit 9349ba3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/tools/testmanagement-utils/create-lca-steps.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ export const CreateLCAStepsSchema = z.object({
2626
password: z.string().describe("Password for authentication"),
2727
})
2828
.optional()
29-
.describe("Optional credentials for authentication"),
29+
.describe(
30+
"Optional credentials for authentication. Extract from the test case details if provided in it. This is required for the test cases which require authentication."
31+
),
3032
local_enabled: z
3133
.boolean()
3234
.optional()

0 commit comments

Comments
 (0)