Skip to content

Commit

Permalink
Fix HTTP integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo committed Apr 19, 2021
1 parent c23bded commit ff7735d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
*/

import supertest from 'supertest';
import moment from 'moment';
import { BehaviorSubject } from 'rxjs';
import { ByteSizeValue } from '@kbn/config-schema';

Expand Down Expand Up @@ -44,6 +45,7 @@ describe('core lifecycle handlers', () => {
return new BehaviorSubject({
hosts: ['localhost'],
maxPayload: new ByteSizeValue(1024),
shutdownTimeout: moment.duration(30, 'seconds'),
autoListen: true,
ssl: {
enabled: false,
Expand Down

0 comments on commit ff7735d

Please sign in to comment.