Skip to content

Commit d0362d0

Browse files
committed
Fix tests
1 parent 9d5e709 commit d0362d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/sdk/src/server/__tests__/server.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import {
1010

1111
const projectId = "proj_abc123";
1212
const clientParams: BackendClientOpts = {
13+
environment: "production",
1314
credentials: {
1415
clientId: "test-client-id",
1516
clientSecret: "test-client-secret",
@@ -175,6 +176,7 @@ describe("BackendClient", () => {
175176
clientId: "test-client-id",
176177
clientSecret: "test-client-secret",
177178
},
179+
environment: "production",
178180
projectId,
179181
},
180182
);
@@ -677,6 +679,7 @@ describe("BackendClient", () => {
677679
clientId: "test-client-id",
678680
clientSecret: "test-client-secret",
679681
},
682+
environment: "production",
680683
projectId: "proj_abc123",
681684
},
682685
);

0 commit comments

Comments
 (0)