Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -769,8 +769,7 @@ describe("ManagedIdentityCredential", function () {
process.env.IMDS_ENDPOINT = "http://endpoint";
process.env.IDENTITY_ENDPOINT = "http://endpoint";

// eslint-disable-next-line @typescript-eslint/no-invalid-this
const testTitle = this.test?.title || `test-Date.time()`;
const testTitle = "azure-arc";
const tempDir = mkdtempSync(join(tmpdir(), testTitle));
const tempFile = join(tempDir, testTitle);
const key = "challenge key";
Expand Down Expand Up @@ -838,8 +837,7 @@ describe("ManagedIdentityCredential", function () {
process.env.IMDS_ENDPOINT = "http://endpoint";
process.env.IDENTITY_ENDPOINT = "http://endpoint";

// eslint-disable-next-line @typescript-eslint/no-invalid-this
const testTitle = this.test?.title || `test-Date.time()`;
const testTitle = "azure-arc-with-resource-id";
const tempDir = mkdtempSync(join(tmpdir(), testTitle));
const tempFile = join(tempDir, testTitle);
const key = "challenge key";
Expand Down Expand Up @@ -910,8 +908,7 @@ describe("ManagedIdentityCredential", function () {
process.env.IMDS_ENDPOINT = "http://endpoint";
process.env.IDENTITY_ENDPOINT = "http://endpoint";

// eslint-disable-next-line @typescript-eslint/no-invalid-this
const testTitle = this.test?.title || `test-Date.time()`;
const testTitle = "azure-arc-with-client-id";
const tempDir = mkdtempSync(join(tmpdir(), testTitle));
const tempFile = join(tempDir, testTitle);
const key = "challenge key";
Expand Down