Skip to content

Commit 6508565

Browse files
fix: update polling notification message for LCA build status
1 parent 939347d commit 6508565

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tools/testmanagement-utils/poll-lca-status.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,13 @@ export async function pollLCAStatus(
133133
Math.floor((elapsedTime / maxWaitTimeMs) * 90) + 10,
134134
);
135135

136+
136137
await context.sendNotification({
137138
method: "notifications/progress",
138139
params: {
139140
progressToken:
140141
context._meta?.progressToken ?? `lca-${testCaseId}`,
141-
message: `LCA build status: ${lcncBuildMap.status}, continuing to poll...`,
142+
message: `Low Code Automation build is still in progress...`,
142143
progress: progressPercentage,
143144
total: 100,
144145
},

0 commit comments

Comments
 (0)