We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c097f41 commit d4d53eeCopy full SHA for d4d53ee
test/indexTest.js
@@ -15,7 +15,7 @@ describe("Port function",function(){
15
});
16
17
it("Port value should be >= 0 and < 65536",function(done){
18
- http.get(`http://localhost:${dataApp.prototype.port}`, function (response) {
+ http.get(`http://localhost:${dataApp.prototype.port}/shell/`, function (response) {
19
assert.equal(response.statusCode, 200);
20
done();
21
0 commit comments