Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
NSeydoux committed Jan 8, 2025
1 parent 05a7334 commit 041fdd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node/src/login/oidc/ClientRegistrar.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ describe("ClientRegistrar", () => {
mockDefaultClientConfig().client_secret_expires_at,
);
});

it("performs dynamic client registration if client information from storage is missing expiration date (legacy)", async () => {
mockClientRegistration({}, mockDefaultClientConfig());
const expiredSecret = randomUUID();
Expand Down

0 comments on commit 041fdd3

Please sign in to comment.