github.com/prebid/prebid-server@v0.275.0/adapters/outbrain/outbraintest/supplemental/status_418.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5        {
     6          "id": "test-imp-id",
     7          "banner": {
     8            "format": [
     9              {
    10                "w": 300,
    11                "h": 250
    12              }
    13            ]
    14          },
    15          "ext": {
    16            "bidder": {
    17              "publisher": {
    18                "id": "publisher-id"
    19              }
    20            }
    21          }
    22        }
    23      ]
    24    },
    25  
    26    "httpCalls": [
    27      {
    28        "expectedRequest": {
    29          "uri": "http://example.com/bid",
    30          "body": {
    31            "id": "test-request-id",
    32            "imp": [
    33              {
    34                "id": "test-imp-id",
    35                "banner": {
    36                  "format": [
    37                    {
    38                      "w": 300,
    39                      "h": 250
    40                    }
    41                  ]
    42                },
    43                "ext": {
    44                  "bidder": {
    45                    "publisher": {
    46                      "id": "publisher-id"
    47                    }
    48                  }
    49                }
    50              }
    51            ]
    52          }
    53        },
    54        "mockResponse": {
    55          "status": 418,
    56          "body": {}
    57        }
    58      }
    59    ],
    60  
    61    "expectedMakeBidsErrors": [
    62      {
    63        "value": "Unexpected status code: 418. Run with request.debug = 1 for more info.",
    64        "comparison": "literal"
    65      }
    66    ]
    67  }