Skip to content

Commit

Permalink
猬嗭笍 ava@0.11
Browse files Browse the repository at this point in the history
also fix test
  • Loading branch information
floatdrop committed Jan 25, 2016
1 parent 99c8ee9 commit a51ab9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -59,7 +59,7 @@
"url-parse-lax": "^1.0.0"
},
"devDependencies": {
"ava": "^0.10.0",
"ava": "^0.11.0",
"coveralls": "^2.11.4",
"get-port": "^2.0.0",
"into-stream": "^2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/redirects.js
Expand Up @@ -127,7 +127,7 @@ test('redirects from http to https works', async t => {
});

test('redirects works with lowercase method', async t => {
const body = (await got(`${s.url}/relative`, {method: 'head'})).body;
const body = (await got(`${http.url}/relative`, {method: 'head'})).body;
t.is(body, '');
});

Expand Down

0 comments on commit a51ab9e

Please sign in to comment.