Skip to content

Commit 3272463

Browse files
committed
Fix unit test
1 parent 266f336 commit 3272463

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/react/src/components/form/org-switching/org-switching-form.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe("<OrgSwitchingForm>", () => {
1616

1717
// @ts-ignore
1818
testUser._apiClient = {
19-
getTokenV2: async () => {
19+
postTokenV2: async () => {
2020
return {
2121
result: {
2222
type: "token",
@@ -62,7 +62,7 @@ describe("<OrgSwitchingForm>", () => {
6262

6363
// @ts-ignore
6464
testUser._apiClient = {
65-
getTokenV2: async () => {
65+
postTokenV2: async () => {
6666
return {
6767
result: {
6868
type: "challenge_list",

0 commit comments

Comments
 (0)