Fix logstream test

This commit is contained in:
Girish Ramakrishnan
2019-03-23 13:41:05 -07:00
parent ffe30289ee
commit 730da103b1

View File

@@ -245,7 +245,7 @@ describe('Cloudron', function () {
var options = {
host: 'localhost',
port: config.get('port'),
path: '/api/v1/cloudron/logstream/mail?units=all&lines=10&access_token=' + token,
path: '/api/v1/cloudron/logstream/box?lines=10&access_token=' + token,
headers: { 'Accept': 'text/event-stream', 'Connection': 'keep-alive' }
};