Skip to content

Commit

Permalink
Update snapshots after config change
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo committed Aug 24, 2021
1 parent c34f8aa commit a2c28fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/core/server/elasticsearch/elasticsearch_config.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ test('set correct defaults', () => {
"requestTimeout": "PT30S",
"serviceAccountToken": undefined,
"shardTimeout": "PT30S",
"skipStartupConnectionCheck": false,
"sniffInterval": false,
"sniffOnConnectionFault": false,
"sniffOnStart": false,
Expand Down
1 change: 1 addition & 0 deletions x-pack/plugins/monitoring/server/config.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ describe('config schema', () => {
],
"requestTimeout": "PT30S",
"shardTimeout": "PT30S",
"skipStartupConnectionCheck": false,
"sniffInterval": false,
"sniffOnConnectionFault": false,
"sniffOnStart": false,
Expand Down

0 comments on commit a2c28fe

Please sign in to comment.