Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CahidArda committed Nov 1, 2024
1 parent 2630533 commit 3dae122
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/context/auto-executor.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ describe("auto-executor", () => {
destination: WORKFLOW_ENDPOINT,
headers: {
"content-type": "application/json",
"upstash-feature-set": "LazyFetch",
"upstash-delay": "10m",
"upstash-forward-upstash-workflow-sdk-version": "1",
"upstash-method": "POST",
Expand Down Expand Up @@ -258,6 +259,7 @@ describe("auto-executor", () => {
destination: WORKFLOW_ENDPOINT,
headers: {
"content-type": "application/json",
"upstash-feature-set": "LazyFetch",
"upstash-forward-upstash-workflow-sdk-version": "1",
"upstash-method": "POST",
"upstash-retries": "3",
Expand Down
3 changes: 3 additions & 0 deletions src/serve/serve.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -666,6 +666,9 @@ describe("serve", () => {
"Content-Type": [
"application/json"
],
"Upstash-Feature-Set": [
"LazyFetch"
],
"Upstash-Forward-Upstash-Workflow-Sdk-Version": [
"1"
],
Expand Down

0 comments on commit 3dae122

Please sign in to comment.