Skip to content

Commit

Permalink
Fixed test.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyanziano committed Jun 8, 2020
1 parent 7396ffe commit 6acd6fe
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ import { createBotFrameworkAuthenticationMiddleware } from '../../handlers/botFr
import { createJsonBodyParserMiddleware } from '../../../utils/jsonBodyParser';

import { mountUserTokenRoutes } from './mountUserTokenRoutes';
import { emulateOAuthCards } from './handlers/emulateOAuthCards';
import { getToken } from './handlers/getToken';
import { signOut } from './handlers/signOut';
import { createTokenResponseHandler } from './handlers/tokenResponse';
Expand Down Expand Up @@ -77,12 +76,6 @@ describe('mountUserTokenRoutes', () => {
getToken
);

expect(emulatorServer.server.post).toHaveBeenCalledWith(
'/api/usertoken/emulateOAuthCards',
botFrameworkAuthentication,
emulateOAuthCards
);

expect(emulatorServer.server.del).toHaveBeenCalledWith(
'/api/usertoken/SignOut',
botFrameworkAuthentication,
Expand Down

0 comments on commit 6acd6fe

Please sign in to comment.