github.com/prebid/prebid-server@v0.275.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        },
    46        "mockResponse": {
    47          "status": 404
    48        }
    49      }
    50    ],
    51  
    52    "expectedMakeBidsErrors": [ 
    53      {
    54        "value": "Unexpected http status code: 404",
    55        "comparison": "literal" 
    56      }
    57    ]
    58  }