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 9d5e709 commit d0362d0Copy full SHA for d0362d0
packages/sdk/src/server/__tests__/server.test.ts
@@ -10,6 +10,7 @@ import {
10
11
const projectId = "proj_abc123";
12
const clientParams: BackendClientOpts = {
13
+ environment: "production",
14
credentials: {
15
clientId: "test-client-id",
16
clientSecret: "test-client-secret",
@@ -175,6 +176,7 @@ describe("BackendClient", () => {
175
176
177
178
},
179
180
projectId,
181
182
);
@@ -677,6 +679,7 @@ describe("BackendClient", () => {
677
679
678
680
681
682
683
projectId: "proj_abc123",
684
685
0 commit comments