Add server URL to tests

This commit is contained in:
Drew Gross
2016-02-19 19:00:43 -08:00
parent f8b1d9f303
commit 5378de7398
2 changed files with 3 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ describe('server', () => {
it('fails if database is unreachable', done => {
setServerConfiguration({
databaseURI: 'mongodb://fake:fake@ds043605.mongolab.com:43605/drew3',
serverURL: 'http://localhost:8378/1',
appId: 'test',
javascriptKey: 'test',
dotNetKey: 'windows',