mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
9 lines
166 B
Plaintext
9 lines
166 B
Plaintext
GET http://{{ host }}:{{ port }}/version
|
|
|
|
HTTP/* 200
|
|
|
|
[Asserts]
|
|
header "Content-Type" == "application/json"
|
|
jsonpath "$.version" exists
|
|
jsonpath "$.version" isString
|