Skip to content

Commit

Permalink
Upgrading woodland router & re-enabling test that was failing due to …
Browse files Browse the repository at this point in the history
…http1 piping, exposes flaw in local auth & etag handling
  • Loading branch information
avoidwork committed Aug 10, 2019
1 parent 3b6a372 commit d609b6f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"tiny-merge": "^1.0.0",
"tiny-uuid4": "^1.0.1",
"tiny-xml": "^2.0.0",
"woodland": "^7.6.0",
"woodland": "^7.6.4",
"yamljs": "^0.3.0",
"yargs": "^13.3.0"
},
Expand Down
4 changes: 2 additions & 2 deletions test/valid_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ describe("Valid", function () {
.end();
});

/*it("GET /sample/ (200 / HTML)", function () {
it("GET /sample/ (200 / HTML)", function () {
return tinyhttptest({url: "http://localhost:" + port + "/sample/"})
.expectStatus(200)
.expectHeader("allow", "GET, HEAD, OPTIONS")
.end();
});*/
});
});

0 comments on commit d609b6f

Please sign in to comment.