diff --git a/tests/page-requests-test.js b/tests/page-requests-test.js index f7ea8bbb232c4df439f7dab14fb52e64ee551aac..bf1fe826350f67cb493b654ab6da15d40c52258b 100755 --- a/tests/page-requests-test.js +++ b/tests/page-requests-test.js @@ -75,7 +75,8 @@ suite.addBatch({ 'GET /test': respondsWith(301), 'GET /test/': respondsWith(200), 'GET /include.js': respondsWith(200), - 'GET /include.orig.js': respondsWith(200) + 'GET /include.orig.js': respondsWith(200), + 'GET /humans.txt': respondsWith(200) }); // shut the server down and cleanup