github.com/prebid/prebid-server@v0.275.0/adapters/visx/visxtest/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            }
    18          }
    19        }
    20      ]
    21    },
    22  
    23    "httpCalls": [
    24      {
    25        "expectedRequest": {
    26          "uri": "http://localhost/prebid",
    27          "body": {
    28            "id": "test-request-id",
    29            "cur": ["USD"],
    30            "imp": [
    31              {
    32                "id": "test-imp-id",
    33                "banner": {
    34                  "format": [
    35                    {
    36                      "w": 300,
    37                      "h": 250
    38                    }
    39                  ]
    40                },
    41                "ext": {
    42                  "bidder": {
    43                  }
    44                }
    45              }
    46            ]
    47          }
    48        },
    49        "mockResponse": {
    50          "status": 418,
    51          "body": {}
    52        }
    53      }
    54    ],
    55  
    56    "expectedMakeBidsErrors": [
    57      {
    58        "value": "Unexpected status code: 418. Run with request.debug = 1 for more info",
    59        "comparison": "literal"
    60      }
    61    ]
    62  }