Skip to content

Commit 8bdc6e7

Browse files
committed
Update oauth-keys-rotation.test.ts
1 parent 618d468 commit 8bdc6e7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/oauth-keys-rotation.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,8 @@ describe("promoteRetiredKey", () => {
233233
expect(result.promoted).toBe(false)
234234
})
235235

236-
it("refuses to promote a public-only retired key (no signing scalar)", async () => { const pubOnly = { kty: "EC", crv: "P-256", x: "abc", y: "def" }
236+
it("refuses to promote a public-only retired key (no signing scalar)", async () => {
237+
const pubOnly = { kty: "EC", crv: "P-256", x: "abc", y: "def" }
237238
const kv = fakeKv({
238239
"oauth:keys:retired": {
239240
jwk: pubOnly,

0 commit comments

Comments
 (0)