Skip to content

Commit 2ce4e3c

Browse files
committed
chore: review
1 parent 86ec9a1 commit 2ce4e3c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

website/docs/testing/common-test-suite.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ The list of `queryParameters` must match exactly the actual value, the CTS has t
4242
"type": "string",
4343
"description": "The name of the test, defaults to the name of the `operation` (file name). The testName is also used for the documentation snippets as a key to access it inside the snippet JSON object: with a testName equal to `foo` on the `operationIndex` of the `search` client, you can access it from the `search.operationIndex.foo` key."
4444
},
45-
"isSnippet": {
46-
"type": "boolean",
47-
"description": "Whether this test case should also be a documentation code snippet."
48-
},
4945
"parameters": {
5046
"type": "object",
5147
"description": "A free form object that must correspond to the parameters that the method expects."

0 commit comments

Comments
 (0)