@@ -237,7 +237,7 @@ describe("workflow client", () => {
237237 "upstash-workflow-url" : "https://requestcatcher.com/api" ,
238238 "upstash-delay" : "1s" ,
239239 "content-type" : "application/json" ,
240- "upstash-feature-set" : "LazyFetch,InitialBody,WF_DetectTrigger" ,
240+ "upstash-feature-set" : "LazyFetch,InitialBody,WF_DetectTrigger,WF_TriggerOnConfig " ,
241241 "upstash-forward-upstash-label" : "test-label" ,
242242 "upstash-label" : "test-label" ,
243243 "upstash-telemetry-framework" : "unknown" ,
@@ -278,7 +278,6 @@ describe("workflow client", () => {
278278 retryDelay : "2000" ,
279279 notBefore : new Date ( "2100-01-01T00:00:00Z" ) . getTime ( ) / 1000 ,
280280 useFailureFunction : true ,
281- keepTriggerConfig : true ,
282281 } ,
283282 ] ) ;
284283 expect ( result ) . toEqual ( [
@@ -308,7 +307,7 @@ describe("workflow client", () => {
308307 "upstash-workflow-url" : "https://requestcatcher.com/api" ,
309308 "upstash-delay" : "1s" ,
310309 "content-type" : "application/json" ,
311- "upstash-feature-set" : "LazyFetch,InitialBody,WF_DetectTrigger" ,
310+ "upstash-feature-set" : "LazyFetch,InitialBody,WF_DetectTrigger,WF_TriggerOnConfig " ,
312311 "upstash-telemetry-framework" : "unknown" ,
313312 "upstash-telemetry-runtime" : expect . stringMatching ( / b u n @ / ) ,
314313 "upstash-telemetry-sdk" : expect . stringContaining ( "@upstash/workflow" ) ,
@@ -392,7 +391,7 @@ describe("workflow client", () => {
392391 "upstash-delay" : "1s" ,
393392 "upstash-failure-callback" : "https://requestcatcher.com/some-failure-callback" ,
394393 "content-type" : "application/json" ,
395- "upstash-feature-set" : "LazyFetch,InitialBody,WF_DetectTrigger" ,
394+ "upstash-feature-set" : "LazyFetch,InitialBody,WF_DetectTrigger,WF_TriggerOnConfig " ,
396395 "upstash-failure-callback-feature-set" : "LazyFetch,InitialBody,WF_DetectTrigger" ,
397396 "upstash-failure-callback-forward-upstash-workflow-failure-callback" : "true" ,
398397 "upstash-failure-callback-forward-upstash-workflow-is-failure" : "true" ,
0 commit comments