fix(cw1): fix sematic erros

This commit is contained in:
js0ny 2025-11-27 11:23:41 +00:00
parent 141a957a8d
commit 6795612079
12 changed files with 435 additions and 394 deletions

View file

@ -43,6 +43,10 @@ body:json {
]
}
assert {
res.status: eq 200
}
settings {
encodeUrl: true
timeout: 0

View file

@ -30,6 +30,10 @@ body:json {
]
}
assert {
res.status: eq 200
}
settings {
encodeUrl: true
timeout: 0

View file

@ -26,6 +26,10 @@ body:json {
]
}
assert {
res.status: eq 200
}
settings {
encodeUrl: true
timeout: 0