We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457643b commit d43c45aCopy full SHA for d43c45a
typescript-sdk/packages/client/src/run/__tests__/http-request.test.ts
@@ -34,6 +34,7 @@ describe("runHttpRequest", () => {
34
mockHeaders.append("Content-Type", "application/json");
35
36
const mockResponse = {
37
+ ok: true,
38
status: 200,
39
headers: mockHeaders,
40
body: {
@@ -90,6 +91,7 @@ describe("runHttpRequest", () => {
90
91
92
93
94
95
96
97
@@ -142,6 +144,7 @@ describe("runHttpRequest", () => {
142
144
143
145
146
147
148
149
150
0 commit comments