Index: extensions/common/api/test.json |
diff --git a/extensions/common/api/test.json b/extensions/common/api/test.json |
index f4e193f4c5f2e82f26eb887df1f5c8b79f3c89c7..55809fda7fc24485ba414ff01b9f55d769daa09f 100644 |
--- a/extensions/common/api/test.json |
+++ b/extensions/common/api/test.json |
@@ -39,20 +39,7 @@ |
"testServer": { |
"type": "object", |
"optional": true, |
- "description": "Details on the test server used to mock network responses. Will be set only if test calls ExtensionApiTest::StartTestServer().", |
- "properties": { |
- "port": { |
- "type": "integer", |
- "description": "The port on which the test server is listening.", |
- "minimum": 1024, |
- "maximum": 65535 |
- } |
- } |
- }, |
- "spawnedTestServer": { |
- "type": "object", |
- "optional": true, |
- "description": "Details on the spawned test server used to mock network responses. Will be set only if test calls ExtensionApiTest::StartSpawnedTestServer().", |
+ "description": "Details on the test server used to mock network responses. Will be set only if test calls ExtensionApiTest::StartEmbeddedTestServer().", |
"properties": { |
"port": { |
"type": "integer", |