diff --git a/test/utils/jwt/src/index.ts b/test/utils/jwt/src/index.ts index 228772ac..2006c510 100644 --- a/test/utils/jwt/src/index.ts +++ b/test/utils/jwt/src/index.ts @@ -7,11 +7,9 @@ import fs from "fs"; import { Request, Response } from "express"; import * as Keys from "./keys"; -const proposalsPath = `${process.env.KMS_WORKSPACE}/proposals`; const privateKeyPath = `${process.env.KMS_WORKSPACE}/private.pem`; const certificatePath = `${process.env.KMS_WORKSPACE}/cert.pem`; const kid = "Demo IDP kid"; -const host = `http://localhost:0`; const iss = "http://Demo-jwt-issuer"; const sub = "c0d8e9a7-6b8e-4e1f-9e4a-3b2c1d0f5a6b"; const name = "Cool caller";