mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
Write tests for the new URL form
This commit is contained in:
@@ -21,7 +21,8 @@ function createNavigator (baseUrl, store) {
|
||||
method: opts.method || 'GET',
|
||||
body: opts.body,
|
||||
json: true,
|
||||
qs: opts.query
|
||||
qs: opts.query,
|
||||
followAllRedirects: true
|
||||
}, function (err, res, body) {
|
||||
|
||||
store.body = body;
|
||||
|
Reference in New Issue
Block a user