Update advanced.md

http to https
pull/4343/head
Elior Schneider 2 years ago committed by GitHub
parent 5e47c767ff
commit 722daa3da6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/advanced.md

@ -2171,7 +2171,7 @@ The report format conforms to the following JSON Schema:
```json ```json
{ {
"$schema": "http://json-schema.org/schema#", "$schema": "https://json-schema.org/schema#",
"type": "object", "type": "object",
"definitions": { "definitions": {
"TestCase": { "TestCase": {

Loading…
Cancel
Save