Closed
Bug 1906139
Opened 1 year ago
Closed 1 year ago
systemtests download API improvements
Categories
(Tecken :: General, task, P2)
Tecken
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: bdanforth)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Tecken has a set of systemtests in the systemtests/ directory. There's a set of tests that test the download API for various scenarios.
All the tests currently do GET requests and none of them do HEAD requests. We should add HEAD requests to the systemtests.
The tests that do GET requests don't verify headers--they only verify the HTTP response status code. We should have them verify critical headers as well.
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → bdanforth
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
| Assignee | ||
Comment 3•1 year ago
|
||
Since this ticket only affects tests (i.e. there's nothing to verify after a stage and prod deploy), I am going to mark it as resolved.
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•