force application/json accept

This commit is contained in:
dcore94 2021-10-21 12:39:14 +02:00
parent c69630d922
commit 929aa78362
1 changed files with 2 additions and 1 deletions

View File

@ -116,7 +116,8 @@
"expect" : [200, 404], "expect" : [200, 404],
"method" : "GET", "method" : "GET",
"headers" : { "headers" : {
"Authorization" : "${init.input.auth}" "Authorization" : "${init.input.auth}",
"Accept" : "application/json"
} }
} }
}, },