Doc: Custom Test Case Correction (#21192)

Co-authored-by: Rounak Dhillon <rounakdhillon@Rounaks-MacBook-Air.local>
This commit is contained in:
Rounak Dhillon 2025-05-14 17:09:53 +05:30 committed by GitHub
parent 584151d495
commit 02e23974b1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View File

@ -80,11 +80,11 @@ Once you have your Test Definition created you can create a Test Case -- which i
"entityLink": "<#E::table::fqn> or <#E::table::fqn::columns::column name>", "entityLink": "<#E::table::fqn> or <#E::table::fqn::columns::column name>",
"name": "<test_case_name>", "name": "<test_case_name>",
"testDefinition": { "testDefinition": {
"id": "<test definition UUID>", "FQN": "<test definition FQN>",
"type": "testDefinition" "type": "testDefinition"
}, },
"testSuite": { "testSuite": {
"id": "<test suite UUID>", "FQN": "<test suite FQN>",
"type": "testSuite" "type": "testSuite"
} }
} }

View File

@ -80,11 +80,11 @@ Once you have your Test Definition created you can create a Test Case -- which i
"entityLink": "<#E::table::fqn> or <#E::table::fqn::columns::column name>", "entityLink": "<#E::table::fqn> or <#E::table::fqn::columns::column name>",
"name": "<test_case_name>", "name": "<test_case_name>",
"testDefinition": { "testDefinition": {
"id": "<test definition UUID>", "FQN": "<test definition FQN>",
"type": "testDefinition" "type": "testDefinition"
}, },
"testSuite": { "testSuite": {
"id": "<test suite UUID>", "FQN": "<test suite FQN>",
"type": "testSuite" "type": "testSuite"
} }
} }

View File

@ -80,11 +80,11 @@ Once you have your Test Definition created you can create a Test Case -- which i
"entityLink": "<#E::table::fqn> or <#E::table::fqn::columns::column name>", "entityLink": "<#E::table::fqn> or <#E::table::fqn::columns::column name>",
"name": "<test_case_name>", "name": "<test_case_name>",
"testDefinition": { "testDefinition": {
"id": "<test definition UUID>", "FQN": "<test definition FQN>",
"type": "testDefinition" "type": "testDefinition"
}, },
"testSuite": { "testSuite": {
"id": "<test suite UUID>", "FQN": "<test suite FQN>",
"type": "testSuite" "type": "testSuite"
} }
} }