Use DoRequest, fix response unmarshalling

This commit is contained in:
2023-12-26 06:42:52 -06:00
parent bc52c672f3
commit 073a36ba06
3 changed files with 37 additions and 23 deletions

View File

@@ -17,7 +17,7 @@ func setup() {
for _, path := range request_queue {
req := BuildRequest("GET", path, nil)
doRequest(req)
DoRequest(req)
}
// Validate that cookies were set