Skip to content

Commit

Permalink
SPSH-387: Fixed lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
phaelcg committed Jun 28, 2024
1 parent fa2a239 commit 718ab28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/authentication/passport/oidc.strategy.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,5 @@ describe('OpenIdConnectStrategy', () => {

await expect(sut.validate(new TokenSet())).rejects.toThrow(KeycloakUserNotFoundError);
});

});
});

0 comments on commit 718ab28

Please sign in to comment.