From 116d4e56e83a1f408afe710ce070e699ba206475 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 26 Mar 2020 06:08:40 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/fixtures/api/schemas/entities/test_case.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'spec/fixtures') diff --git a/spec/fixtures/api/schemas/entities/test_case.json b/spec/fixtures/api/schemas/entities/test_case.json index 70f6edeeeb7..0dd3c5d472f 100644 --- a/spec/fixtures/api/schemas/entities/test_case.json +++ b/spec/fixtures/api/schemas/entities/test_case.json @@ -10,7 +10,8 @@ "classname": { "type": "string" }, "execution_time": { "type": "float" }, "system_output": { "type": ["string", "null"] }, - "stack_trace": { "type": ["string", "null"] } + "stack_trace": { "type": ["string", "null"] }, + "attachment_url": { "type": ["string", "null"] } }, "additionalProperties": false } -- cgit v1.2.3