All Tests  /  Test 6059

Test Id

Test 6059

Test Trace Id

10ebcfb6-dfb5-487f-bd53-a58e0fc96f61

Timestamp

Tue, 23 Jun 2026 21:39:09 GMT

Scenario

Send a happy flow request with a [unsupported] Accept header, value [text/plain]

Expected Result

Should return 406

Result

Result Details

Unexpected behaviour: expected [406, 415], actual [500]

Contract Path

/api/auth/google

Fuzzer

UnsupportedAcceptHeaders

Full Request Path

https://qa-api.puk3p.online/api/auth/google

Http Method

post
Request Details
Payload
{
  "idToken": "SWKAQMHNUDPYEDIVHJIYBTNAD"
}
Request Details
Headers
[
  {
    "key": "Accept",
    "value": "text/plain"
  },
  {
    "key": "Content-Type",
    "value": "application/json"
  },
  {
    "key": "User-Agent",
    "value": "cats/13.8.1-SNAPSHOT (Test 6059 - UnsupportedAcceptHeaders)"
  },
  {
    "key": "X-Cats-Trace-Id",
    "value": "10ebcfb6-dfb5-487f-bd53-a58e0fc96f61"
  }
]
Request Details
cURL
curl  -X POST \
     -H "Accept: text/plain" \
-H "Content-Type: application/json" \
-H "User-Agent: cats/13.8.1-SNAPSHOT (Test 6059 - UnsupportedAcceptHeaders)" \
-H "X-Cats-Trace-Id: 10ebcfb6-dfb5-487f-bd53-a58e0fc96f61" \
 \
      -d '{"idToken":"SWKAQMHNUDPYEDIVHJIYBTNAD"}' \
      https://qa-api.puk3p.online/api/auth/google
Response
{
  "responseCode": 500,
  "httpMethod": "POST",
  "responseTimeInMs": "135",
  "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:09 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
cats replay Test6059