Fix route/ tests

This commit is contained in:
Girish Ramakrishnan
2017-11-27 15:30:55 -08:00
parent 437312811d
commit 68c26c1d12
20 changed files with 91 additions and 130 deletions
+2 -1
View File
@@ -28,7 +28,8 @@ var token = null;
var server;
function setup(done) {
config.setFqdn('foobar.com');
config._reset();
config.setFqdn('example-ssh-test.com');
async.series([
server.start.bind(server),