github.com/prebid/prebid-server/v2@v2.18.0/adapters/blue/bluetest/supplemental/bad_response.json (about)

     1  {
     2      "mockBidRequest": {
     3          "id": "test-request-id",
     4          "imp": [
     5              {
     6                  "id": "blue-id",
     7                  "banner": {
     8                      "format": [
     9                          {
    10                              "w": 300,
    11                              "h": 50
    12                          }
    13                      ]
    14                  },
    15                  "ext": {
    16                      "bidder": {}
    17                  }
    18              }
    19          ]
    20      },
    21      "httpCalls": [
    22          {
    23              "expectedRequest": {
    24                  "uri": "https://foo.io/?src=prebid",
    25                  "body": {
    26                      "id": "test-request-id",
    27                      "imp": [
    28                          {
    29                              "id": "blue-id",
    30                              "banner": {
    31                                  "format": [
    32                                      {
    33                                          "w": 300,
    34                                          "h": 50
    35                                      }
    36                                  ]
    37                              },
    38                              "ext": {
    39                                  "bidder": {}
    40                              }
    41                          }
    42                      ]
    43                  },
    44                  "impIDs":["blue-id"]
    45              },
    46              "mockResponse": {
    47                  "status": 200,
    48                  "body": "<html><body></body></html>"
    49              }
    50          }
    51      ],
    52      "expectedMakeBidsErrors": [
    53          {
    54              "value": "json: cannot unmarshal string into Go value of type openrtb2.BidResponse",
    55              "comparison": "literal"
    56          }
    57      ]
    58  }