info-success-response is now a list so need this reflected in this test also. Changed the port we test for to whats in our config/test.jsono
This commit is contained in:
@@ -5,8 +5,8 @@ describe('As a developer I want the server to start', () => {
|
||||
beforeEach(() =>
|
||||
this.server = require('src/webserver/server'));
|
||||
|
||||
it('should listen on port 31459', (done) => {
|
||||
net.createConnection(31459, done);
|
||||
it('should listen on port 31400', (done) => {
|
||||
net.createConnection(31400, done);
|
||||
});
|
||||
|
||||
afterEach(() =>
|
||||
|
||||
Reference in New Issue
Block a user