Skip to content

Commit

Permalink
[tests] Cleanup schema data
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Jul 13, 2016
1 parent b762949 commit c3d203f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/core_plugins/tests_bundle/tests_entry_template.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ window.__KBN__ = {
url: 'https://tiles.elastic.co/v1/default/{z}/{x}/{y}.png?elastic_tile_service_tos=agree&my_app_name=kibana',
options: {
minZoom: 0,
maxZoom: 8,
attribution: '© [Elastic Tile Service](https://www.elastic.co/elastic_tile_service_tos)'
maxZoom: 7,
attribution: '© [Elastic Tile Service](https://www.elastic.co/elastic_tile_service)'
}
}
},
Expand Down
2 changes: 1 addition & 1 deletion src/server/config/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,6 @@ module.exports = () => Joi.object({
reuseTiles: Joi.boolean().optional(),
bounds: Joi.array().items(Joi.array().items(Joi.number()).min(2).required()).min(2).optional()
}).default()
}).default(),
}).default()

}).default();

0 comments on commit c3d203f

Please sign in to comment.