We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a486ee0 commit 976aad4Copy full SHA for 976aad4
tests/crud.hurl
@@ -49,7 +49,7 @@ jsonpath "$[0].name_ru" == null
49
jsonpath "$[0].slug" == "sport"
50
jsonpath "$[0].hidden" == true
51
52
-GET {{ SERVER_URL }} /v1/categories/search?hidden=true
+GET {{ SERVER_URL }}/v1/categories/search?hidden=true
53
HTTP 200
54
[Asserts]
55
jsonpath "$" count == 1
@@ -78,7 +78,7 @@ jsonpath "$.name_ru" == "Фауна"
78
jsonpath "$.slug" == "fauna"
79
jsonpath "$.hidden" == false
80
81
-GET {{ SERVER_URL }} /v1/categories/search?hidden=false
+GET {{ SERVER_URL }}/v1/categories/search?hidden=false
82
83
84
0 commit comments