Skip to content

Commit ae90279

Browse files
authored
Update type to fix tests (#620)
1 parent 8039e02 commit ae90279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/fixtures/mockrequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export function mockFetchPublicKeys(): nock.Scope {
6868
*/
6969
export function generateIdToken(projectId: string): string {
7070
const claims = {};
71-
const options = {
71+
const options: jwt.SignOptions = {
7272
audience: projectId,
7373
expiresIn: 60 * 60, // 1 hour in seconds
7474
issuer: 'https://securetoken.google.com/' + projectId,

0 commit comments

Comments
 (0)