Skip to content

Commit

Permalink
N21-1456 fixes test
Browse files Browse the repository at this point in the history
  • Loading branch information
arnegns committed Nov 13, 2023
1 parent 63ec0e3 commit 6c8171a
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { HydraOauthUc } from '@modules/oauth/uc/hydra-oauth.uc';
import { Request } from 'express';
import { OauthSSOController } from './oauth-sso.controller';
import { StatelessAuthorizationParams } from './dto/stateless-authorization.params';
import { OauthUc } from '../uc';

describe('OAuthController', () => {
let module: TestingModule;
Expand Down Expand Up @@ -52,10 +51,6 @@ describe('OAuthController', () => {
provide: LegacyLogger,
useValue: createMock<LegacyLogger>(),
},
{
provide: OauthUc,
useValue: createMock<OauthUc>(),
},
{
provide: HydraOauthUc,
useValue: createMock<HydraOauthUc>(),
Expand Down

0 comments on commit 6c8171a

Please sign in to comment.