Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbie-Microsoft committed Jul 17, 2024
1 parent 695efec commit 35cd7bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/msal-node/test/client/ManagedIdentitySources/Imds.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -582,8 +582,6 @@ describe("Acquires a token successfully via an IMDS Managed Identity", () => {
});
expect(networkManagedIdentityResult.fromCache).toBe(false);

console.log(sendGetRequestAsyncSpy);

expect(
sendGetRequestAsyncSpy.mock.lastCall[1].body.includes(
`${AADServerParamKeys.CLAIMS}=${encodeURIComponent(
Expand Down

0 comments on commit 35cd7bc

Please sign in to comment.