mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 06:37:23 +01:00
Add headers to req generator and unpend failing test.
This commit is contained in:
@@ -35,6 +35,7 @@ export function generateReq(options={}) {
|
||||
let defaultReq = {
|
||||
body: {},
|
||||
query: {},
|
||||
headers: {},
|
||||
};
|
||||
|
||||
return defaults(options, defaultReq);
|
||||
|
||||
Reference in New Issue
Block a user