implemented header contains test

This commit is contained in:
2024-01-03 10:19:49 +11:00
parent 499a6df594
commit 7629ed05bd
3 changed files with 52 additions and 4 deletions

View File

@@ -11,8 +11,9 @@
},
"expect": {
"header": {
"equals": {
"http_status": "200"
"contains": {
"http_status": "200",
"Content-Type": "application/json"
}
},
"body": {
@@ -39,7 +40,7 @@
"expect": {
"header": {
"contains": {
"http_status": "201"
"http_status": "200"
}
}
}