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 1dc06f1 commit 6013e18Copy full SHA for 6013e18
spec/common/providers/https.spec.ts
@@ -70,7 +70,7 @@ async function runCallableTest(test: CallTest): Promise<any> {
70
expect(request.data).to.deep.equal(test.expectedData);
71
return test.callableFunction2(request);
72
},
73
- "v2"
+ "gcfv2"
74
);
75
76
const responseV2 = await runHandler(callableFunctionV2, test.httpRequest);
@@ -773,7 +773,7 @@ describe("onCallHandler", () => {
773
resp.write("hello");
774
return "world";
775
776
777
778
779
const resp = await runHandler(fn, mockReq);
@@ -795,7 +795,7 @@ describe("onCallHandler", () => {
795
() => {
796
throw new Error("BOOM");
797
798
799
800
801
0 commit comments