diff options
| author | Fabio Pitino <fpitino@gitlab.com> | 2019-05-20 13:27:08 +0000 |
|---|---|---|
| committer | Kushal Pandya <kushalspandya@gmail.com> | 2019-05-20 13:27:08 +0000 |
| commit | 24a81b3dccef87cf4c6837a26fadd702b0418d72 (patch) | |
| tree | fa74208933f5a132e126820801df2d5ecd37c606 /spec/fixtures | |
| parent | 712282cdcc4a97df23829284bfa031613bb05571 (diff) | |
| download | gitlab-ce-24a81b3dccef87cf4c6837a26fadd702b0418d72.tar.gz | |
Display classname JUnit attribute in report modal
Diffstat (limited to 'spec/fixtures')
| -rw-r--r-- | spec/fixtures/api/schemas/entities/test_case.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/fixtures/api/schemas/entities/test_case.json b/spec/fixtures/api/schemas/entities/test_case.json index c9ba1f3ad18..70f6edeeeb7 100644 --- a/spec/fixtures/api/schemas/entities/test_case.json +++ b/spec/fixtures/api/schemas/entities/test_case.json @@ -7,6 +7,7 @@ "properties": { "status": { "type": "string" }, "name": { "type": "string" }, + "classname": { "type": "string" }, "execution_time": { "type": "float" }, "system_output": { "type": ["string", "null"] }, "stack_trace": { "type": ["string", "null"] } |
