mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 22:20:55 +03:00
rename to 'send'
This commit is contained in:
@@ -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))
|
||||
})
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user