rename to 'send'
This commit is contained in:
parent
57c7c475fc
commit
20b9766742
10 changed files with 26 additions and 26 deletions
|
@ -24,11 +24,11 @@ describe('Server integration tests', function() {
|
|||
let fileId;
|
||||
|
||||
before(function() {
|
||||
const app = proxyquire('../../server/portal_server', {
|
||||
const app = proxyquire('../../server/server', {
|
||||
'./log.js': function() {
|
||||
return logStub;
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
server = app.server;
|
||||
storage = app.storage;
|
||||
|
@ -167,4 +167,4 @@ describe('Server integration tests', function() {
|
|||
.then(() => assert.fail())
|
||||
.catch(err => assert(1))
|
||||
})
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue