Closed
Bug 1285923
Opened 9 years ago
Closed 9 years ago
Remove unused mock_fetch_json fixture
Categories
(Tree Management :: Treeherder, defect, P3)
Tree Management
Treeherder
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
References
Details
Attachments
(1 file)
Since it's unnecessary as of bug 1280910.
Comment 1•9 years ago
|
||
Assignee | ||
Updated•9 years ago
|
Attachment #8769645 -
Flags: review?(james)
Assignee | ||
Updated•9 years ago
|
Attachment #8769645 -
Flags: review?(james) → review?(wlachance)
Updated•9 years ago
|
Attachment #8769645 -
Flags: review?(wlachance) → review+
Comment 2•9 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/de761c84416f22af2b97bac0b369b990824361fa
Bug 1285923 - Remove unused mock_fetch_json fixture
Bug 1280910 made the bug suggestions generation during log parsing no
longer hit the bugscache Treeherder API, so we no longer need to mock
the request to it.
Any future uses of `fetch_json()` during tests would be better mocked
using the responses library instead.
Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•