Update advanced.md

http to https
This commit is contained in:
Elior Schneider 2023-08-20 09:38:57 +03:00 committed by GitHub
parent 5e47c767ff
commit 722daa3da6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": {