Skip to content

Commit 92d5d83

Browse files
committed
lint
1 parent 43732f0 commit 92d5d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/telemetry.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ describe("Telemetry", () => {
393393
expect(eventProps.os_version).toBe("<password>-version");
394394
});
395395

396-
it("should redact sensitive data from CommonProperties", async () => {
396+
it("should redact sensitive data from CommonProperties", () => {
397397
// register the common properties as sensitive data
398398
session.keychain.register("test-device-id", "password");
399399
session.keychain.register(session.sessionId, "password");

0 commit comments

Comments
 (0)