We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab2909e commit 79c8d16Copy full SHA for 79c8d16
tests/integration/telemetry.test.ts
@@ -6,8 +6,6 @@ import { Session } from "../../src/session.js";
6
describe("Telemetry", () => {
7
it("should resolve the actual machine ID", async () => {
8
const actualId = await machineId(true);
9
- // Should be a UUID
10
- expect(actualId).toMatch(/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i);
11
const actualHashedId = createHmac("sha256", actualId.toUpperCase()).update("atlascli").digest("hex");
12
13
const telemetry = Telemetry.create(
0 commit comments