Test Id
Test 6036
Test Trace Id
87e42154-5e0e-4087-a62b-d96311f02b9f
Timestamp
Tue, 23 Jun 2026 21:39:05 GMT
Scenario
Send a happy flow request with a [unsupported] Accept header, value [application/pdf]
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": "application/pdf"
},
{
"key": "Content-Type",
"value": "application/json"
},
{
"key": "User-Agent",
"value": "cats/13.8.1-SNAPSHOT (Test 6036 - UnsupportedAcceptHeaders)"
},
{
"key": "X-Cats-Trace-Id",
"value": "87e42154-5e0e-4087-a62b-d96311f02b9f"
}
]
curl -X POST \
-H "Accept: application/pdf" \
-H "Content-Type: application/json" \
-H "User-Agent: cats/13.8.1-SNAPSHOT (Test 6036 - UnsupportedAcceptHeaders)" \
-H "X-Cats-Trace-Id: 87e42154-5e0e-4087-a62b-d96311f02b9f" \
\
-d '{"idToken":"SWKAQMHNUDPYEDIVHJIYBTNAD"}' \
https://qa-api.puk3p.online/api/auth/google
{
"responseCode": 500,
"httpMethod": "POST",
"responseTimeInMs": "130",
"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:06 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 Test6036