Closed
Bug 1784697
Opened 2 years ago
Closed 2 years ago
Fix undefined variable usage in test_TelemetrySession.js.
Categories
(Toolkit :: Telemetry, defect)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
105 Branch
Tracking | Status | |
---|---|---|
firefox105 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(1 file)
There is a use of undefined name
in test_TelemetrySession.js
, it is currently hidden from ESLint due to our configuration thinking that name
is a global - I'm fixing that in a different bug.
Assignee | ||
Comment 1•2 years ago
|
||
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6d45203d03a2
Fix undefined variable usage in test_TelemetrySession.js. r=Dexter
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox105:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 105 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•