Skip to content

Commit

Permalink
PR Review
Browse files Browse the repository at this point in the history
  • Loading branch information
edcdavid committed Oct 19, 2021
1 parent 48d3187 commit d1181ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 250 deletions.
243 changes: 1 addition & 242 deletions pkg/claim/schema.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions schemas/claim.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,23 +64,23 @@
"type": "string",
"description": "Ginkgo writer output during the test run."
},
"Url": {
"type": "string",
"description": "The Url of the test ID"
"testId": {
"type": "identifier",
"description": "The test identifier"
}

},
"additionalProperties": false,
"required": [
"testText",
"filename",
"lineNumber",
"failureLocation",
"failureLineContent",
"state",
"failureReason",
"duration",
"startTime",
"stopTime",
"stdout",
"stderr"
"CapturedTestOutput",
"testId"
]
}
},
Expand Down

0 comments on commit d1181ba

Please sign in to comment.