github.com/prebid/prebid-server/v2@v2.18.0/adapters/adkernelAdn/adkerneladntest/supplemental/http-err-status.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "0000000000001",
     4      "imp": [
     5        {
     6          "id": "adunit-1",
     7          "banner": {
     8            "format": [{"w": 300,"h": 250}]
     9          },
    10          "ext": {
    11            "bidder": {
    12              "pubId": 101,
    13              "host": "tag.test.com"
    14            }
    15          }
    16        }
    17      ],
    18      "site": {
    19        "page": "http://example.com/test.html",
    20        "publisher": {
    21          "id": "1"
    22        }
    23      }
    24    },
    25  
    26    "httpCalls": [
    27      {
    28        "expectedRequest": {
    29          "uri": "https://pbs2.adksrv.com/rtbpub?account=101",
    30          "body": {
    31            "id": "0000000000001",
    32            "imp": [
    33              {
    34                "id": "adunit-1",
    35                "banner": {
    36                  "w": 300,
    37                  "h": 250
    38                }
    39              }
    40            ],
    41            "site": {
    42              "page": "http://example.com/test.html"
    43            }
    44          },
    45          "impIDs":["adunit-1"]
    46        },
    47        "mockResponse": {
    48          "status": 404
    49        }
    50      }
    51    ],
    52  
    53    "expectedMakeBidsErrors": [ 
    54      {
    55        "value": "Unexpected http status code: 404",
    56        "comparison": "literal" 
    57      }
    58    ]
    59  }