diff options
author | John McLear <john@mclear.co.uk> | 2014-11-26 22:10:56 +0000 |
---|---|---|
committer | John McLear <john@mclear.co.uk> | 2014-11-26 22:10:56 +0000 |
commit | fa5130978c3b47defbdb45b266e3c45c897d074d (patch) | |
tree | 652c2d4c6f43656307b5635a49e8f2ef5fddbe90 /tests | |
parent | cff8f4a61ebe48fe47cb2d9c54f41b9cff05781e (diff) | |
download | etherpad-lite-fa5130978c3b47defbdb45b266e3c45c897d074d.zip |
path issues for supertitties
Diffstat (limited to 'tests')
-rw-r--r-- | tests/backend/specs/api/pad.js | 2 | ||||
-rw-r--r-- | tests/backend/specs/api/sessionsAndGroups.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/backend/specs/api/pad.js b/tests/backend/specs/api/pad.js index fa9863fb..80f77220 100644 --- a/tests/backend/specs/api/pad.js +++ b/tests/backend/specs/api/pad.js @@ -1,5 +1,5 @@ var assert = require('assert') - supertest = require('supertest'), + supertest = require(__dirname+'/../../../../src/node_modules/supertest'), fs = require('fs'), api = supertest('http://localhost:9001'); path = require('path'); diff --git a/tests/backend/specs/api/sessionsAndGroups.js b/tests/backend/specs/api/sessionsAndGroups.js index fc913748..86ba454a 100644 --- a/tests/backend/specs/api/sessionsAndGroups.js +++ b/tests/backend/specs/api/sessionsAndGroups.js @@ -1,5 +1,5 @@ var assert = require('assert') - supertest = require('supertest'), + supertest = require(__dirname+'/../../../../src/node_modules/supertest'), fs = require('fs'), api = supertest('http://localhost:9001'); path = require('path'); |