From a89e636810226e2c57244ec7e454ae5e5a1dfc57 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 14 Nov 2023 02:11:13 +0300 Subject: [PATCH] fix test --- jfrog-token/main.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jfrog-token/main.test.ts b/jfrog-token/main.test.ts index dc5f9bb..b3b8df9 100644 --- a/jfrog-token/main.test.ts +++ b/jfrog-token/main.test.ts @@ -25,7 +25,7 @@ describe("jfrog-token", async () => { return createJSONResponse({ token_id: "xxx", access_token: "xxx", - scope: "any", + scopes: "any", }); return createJSONResponse({}); },