Test Id
Test 6046
Test Trace Id
4ddac647-d22a-4816-880d-89442f710a06
Timestamp
Tue, 23 Jun 2026 21:39:07 GMT
Scenario
Send a happy flow request with a [unsupported] Accept header, value [image/tiff]
Expected Result
Should return 406
Result
Result Details
Unexpected behaviour: expected [406, 415], actual [500]
Contract Path
Fuzzer
UnsupportedAcceptHeaders
Full Request Path
Http Method
{
"idToken": "SWKAQMHNUDPYEDIVHJIYBTNAD"
}
[
{
"key": "Accept",
"value": "image/tiff"
},
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "User-Agent",
"value": "cats/13.8.1-SNAPSHOT (Test 6046 - UnsupportedAcceptHeaders)"
},
{
"key": "X-Cats-Trace-Id",
"value": "4ddac647-d22a-4816-880d-89442f710a06"
}
]
curl -X POST \
-H "Accept: image/tiff" \
-H "Content-Type: application/json" \
-H "User-Agent: cats/13.8.1-SNAPSHOT (Test 6046 - UnsupportedAcceptHeaders)" \
-H "X-Cats-Trace-Id: 4ddac647-d22a-4816-880d-89442f710a06" \
\
-d '{"idToken":"SWKAQMHNUDPYEDIVHJIYBTNAD"}' \
https://qa-api.puk3p.online/api/auth/google
{
"responseCode": 500,
"httpMethod": "POST",
"responseTimeInMs": "454",
"numberOfWordsInResponse": "0",
"numberOfLinesInResponse": "1",
"contentLengthInBytes": "0",
"jsonBody": {
"notAJson": ""
},
"headers": [
{
"key": "cache-control",
"value": "no-cache, no-store, max-age=0, must-revalidate"
},
{
"key": "content-length",
"value": "0"
},
{
"key": "date",
"value": "Tue, 23 Jun 2026 21:39:07 GMT"
},
{
"key": "expires",
"value": "0"
},
{
"key": "pragma",
"value": "no-cache"
},
{
"key": "server",
"value": "nginx/1.24.0 (Ubuntu)"
},
{
"key": "strict-transport-security",
"value": "max-age=31536000 ; includeSubDomains"
},
{
"key": "vary",
"value": "Origin"
},
{
"key": "x-content-type-options",
"value": "nosniff"
},
{
"key": "x-frame-options",
"value": "DENY"
},
{
"key": "x-xss-protection",
"value": "0"
}
],
"responseContentType": "unknown/unknown"
}
cats replay Test6046