Skip to content

Commit

Permalink
Fixed RoundTripTimeMs property type: integer -> number
Browse files Browse the repository at this point in the history
  • Loading branch information
irrogozh committed Apr 13, 2020
1 parent 85114bd commit 1801390
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4220,7 +4220,7 @@
"description": "The maximum percentage of failed checks permitted for a test to evaluate as successful."
},
"roundTripTimeMs": {
"type": "integer",
"type": "number",
"description": "The maximum round-trip time in milliseconds permitted for a test to evaluate as successful."
}
},
Expand Down

0 comments on commit 1801390

Please sign in to comment.