Skip to content

Commit 20840c7

Browse files
fix: update entity testcase
1 parent b3b2040 commit 20840c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/src/sdk/models/Entity.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ describe("Entity class tests", () => {
3030
const entity2 = new Entity(backendClient, entityId);
3131
const connection = await entity2.initiateConnection({
3232
appName: "github",
33+
authMode:"OAUTH2"
3334
});
3435
expect(connection.connectionStatus).toBe("INITIATED");
3536

0 commit comments

Comments
 (0)