diff --git a/.fleetControl/schemas/config.json b/.fleetControl/schemas/config.json index 00f190fcdc..814511f9f7 100644 --- a/.fleetControl/schemas/config.json +++ b/.fleetControl/schemas/config.json @@ -41,11 +41,6 @@ "default": 443, "description": "The port on which the collector proxy will be listening. You shouldn't need to change this." }, - "fake_config": { - "type": "boolean", - "default": true, - "description": "Test json schema update" - }, "proxy": { "type": "string", "default": "", diff --git a/lib/config/default.js b/lib/config/default.js index 1b90c3323c..41d619abde 100644 --- a/lib/config/default.js +++ b/lib/config/default.js @@ -71,13 +71,6 @@ defaultConfig.definition = () => { }, default: true }, - /** - * Test json schema update - */ - fake_config: { - default: true, - fomatter: boolean - }, /** * Proxy url *