Skip to content

Commit 976aad4

Browse files
committed
chore: fix hurl syntax error
Correction for a486ee0 commit. Relate to #23
1 parent a486ee0 commit 976aad4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/crud.hurl

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jsonpath "$[0].name_ru" == null
4949
jsonpath "$[0].slug" == "sport"
5050
jsonpath "$[0].hidden" == true
5151

52-
GET {{ SERVER_URL }} /v1/categories/search?hidden=true
52+
GET {{ SERVER_URL }}/v1/categories/search?hidden=true
5353
HTTP 200
5454
[Asserts]
5555
jsonpath "$" count == 1
@@ -78,7 +78,7 @@ jsonpath "$.name_ru" == "Фауна"
7878
jsonpath "$.slug" == "fauna"
7979
jsonpath "$.hidden" == false
8080

81-
GET {{ SERVER_URL }} /v1/categories/search?hidden=false
81+
GET {{ SERVER_URL }}/v1/categories/search?hidden=false
8282
HTTP 200
8383
[Asserts]
8484
jsonpath "$" count == 1

0 commit comments

Comments
 (0)