diff --git a/src/daemon/admin/commands/__tests__/create_new_token.test.ts b/src/daemon/admin/commands/__tests__/create_new_token.test.ts index 065c7c5..4365209 100644 --- a/src/daemon/admin/commands/__tests__/create_new_token.test.ts +++ b/src/daemon/admin/commands/__tests__/create_new_token.test.ts @@ -57,7 +57,7 @@ describe('create_new_token', () => { data: { keyName: 'my-key', clientName: 'Test App', - policyId: '1', + policyId: 1, createdBy: 'test-pubkey-hex', token: expect.any(String), }, @@ -89,7 +89,7 @@ describe('create_new_token', () => { data: { keyName: 'my-key', clientName: 'Test App', - policyId: '1', + policyId: 1, createdBy: 'test-pubkey-hex', token: expect.any(String), expiresAt: expect.any(Date),