Skip to content

Commit 79c8d16

Browse files
committed
fix: remove UUID check
1 parent ab2909e commit 79c8d16

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/integration/telemetry.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ import { Session } from "../../src/session.js";
66
describe("Telemetry", () => {
77
it("should resolve the actual machine ID", async () => {
88
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);
119
const actualHashedId = createHmac("sha256", actualId.toUpperCase()).update("atlascli").digest("hex");
1210

1311
const telemetry = Telemetry.create(

0 commit comments

Comments
 (0)