Skip to content

Commit

Permalink
Bump dependencies versions (#419)
Browse files Browse the repository at this point in the history
* bump dependencies version

* abandon jsonpath

* remove jspath
  • Loading branch information
MoChilia committed Feb 22, 2024
1 parent 332d569 commit c847559
Show file tree
Hide file tree
Showing 4 changed files with 473 additions and 3,776 deletions.
2 changes: 1 addition & 1 deletion __tests__/LoginConfig.test.ts
Expand Up @@ -96,7 +96,7 @@ describe("LoginConfig Test", () => {
expect(loginConfig.servicePrincipalId).toBe("client-id");
expect(loginConfig.servicePrincipalSecret).toBe("client-secret");
expect(loginConfig.tenantId).toBe("tenant-id");
expect(loginConfig.subscriptionId).toBe("");
expect(loginConfig.subscriptionId).toBe(undefined);
});

test('initialize with creds', async () => {
Expand Down

0 comments on commit c847559

Please sign in to comment.