Skip to content

Commit

Permalink
fixing usages - 4
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Jul 14, 2023
1 parent 8aac0df commit 02f48ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ describe('GET /api/status', () => {
dist: true,
version: '9.9.9-SNAPSHOT',
buildDate: new Date('2023-05-15T23:12:09.000Z'),
buildFlavor: 'traditional',
},
serverName: 'xkibana',
uuid: 'xxxx-xxxxx',
Expand Down
1 change: 1 addition & 0 deletions src/core/server/mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ function pluginInitializerContextMock<T>(config: T = {} as T) {
buildSha: 'buildSha',
dist: false,
buildDate: new Date('2023-05-15T23:12:09.000Z'),
buildFlavor: 'traditional',
},
instanceUuid: 'instance-uuid',
configs: ['/some/path/to/config/kibana.yml'],
Expand Down

0 comments on commit 02f48ec

Please sign in to comment.