github.com/prebid/prebid-server@v0.275.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              },
    45              "mockResponse": {
    46                  "status": 200,
    47                  "body": "<html><body></body></html>"
    48              }
    49          }
    50      ],
    51      "expectedMakeBidsErrors": [
    52          {
    53              "value": "json: cannot unmarshal string into Go value of type openrtb2.BidResponse",
    54              "comparison": "literal"
    55          }
    56      ]
    57  }