Skip to content

Commit d998c27

Browse files
committed
Add test for connected_accounts.accepted_capabilities to list
1 parent f1641e2 commit d998c27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/api/connected_accounts/list.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ test("GET /connected_accounts/list with limit", async (t: ExecutionContext) => {
1717
} = await axios.get("/connected_accounts/list", { params: { limit: 1 } })
1818

1919
t.is(connected_accounts.length, 1)
20+
t.deepEqual(connected_accounts[0]?.accepted_capabilities, [])
2021
})
2122

2223
test("GET /connected_accounts/list with pages", async (t: ExecutionContext) => {

0 commit comments

Comments
 (0)