summaryrefslogtreecommitdiff
path: root/spec/fixtures
diff options
context:
space:
mode:
authorFabio Pitino <fpitino@gitlab.com>2019-05-20 13:27:08 +0000
committerKushal Pandya <kushalspandya@gmail.com>2019-05-20 13:27:08 +0000
commit24a81b3dccef87cf4c6837a26fadd702b0418d72 (patch)
treefa74208933f5a132e126820801df2d5ecd37c606 /spec/fixtures
parent712282cdcc4a97df23829284bfa031613bb05571 (diff)
downloadgitlab-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.json1
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"] }