Update asserts

This commit is contained in:
Dayamond
2025-10-21 17:25:34 +02:00
parent a7b9ce803b
commit 5a41d2e028
3 changed files with 17 additions and 9 deletions
+9
View File
@@ -10,6 +10,15 @@ get {
auth: inherit
}
headers {
Accept: application/json
}
assert {
res.status: eq 200
}
settings {
encodeUrl: true
timeout: 0
}