Skip to content

Commit b60457a

Browse files
committed
fix schema
1 parent 35efca3 commit b60457a

File tree

2 files changed

+27
-43
lines changed

2 files changed

+27
-43
lines changed

pkg/claim/schema.go

Lines changed: 22 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

schemas/claim.schema.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
"type": "string",
3333
"description": "The JUnit test text."
3434
},
35-
"filename": {
35+
"failureLocation": {
3636
"type": "string",
37-
"description": "The file containing the Ginkgo test suite."
37+
"description": "The Filename and line number where the failure happened"
3838
},
39-
"lineNumber": {
40-
"type": "integer",
41-
"description": "The line number containing the Ginkgo.It test specification."
39+
"failureLineContent": {
40+
"type": "string",
41+
"description": "The content of the line where the failure happened"
4242
},
4343
"state": {
4444
"type": "string",

0 commit comments

Comments
 (0)