Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit 6acd6fe

Browse files
committed
Fixed test.
1 parent 7396ffe commit 6acd6fe

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

packages/app/main/src/server/routes/channel/userToken/mountUserTokenRoutes.spec.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ import { createBotFrameworkAuthenticationMiddleware } from '../../handlers/botFr
3636
import { createJsonBodyParserMiddleware } from '../../../utils/jsonBodyParser';
3737

3838
import { mountUserTokenRoutes } from './mountUserTokenRoutes';
39-
import { emulateOAuthCards } from './handlers/emulateOAuthCards';
4039
import { getToken } from './handlers/getToken';
4140
import { signOut } from './handlers/signOut';
4241
import { createTokenResponseHandler } from './handlers/tokenResponse';
@@ -77,12 +76,6 @@ describe('mountUserTokenRoutes', () => {
7776
getToken
7877
);
7978

80-
expect(emulatorServer.server.post).toHaveBeenCalledWith(
81-
'/api/usertoken/emulateOAuthCards',
82-
botFrameworkAuthentication,
83-
emulateOAuthCards
84-
);
85-
8679
expect(emulatorServer.server.del).toHaveBeenCalledWith(
8780
'/api/usertoken/SignOut',
8881
botFrameworkAuthentication,

0 commit comments

Comments
 (0)