github.com/prebid/prebid-server@v0.275.0/adapters/adyoulike/adyouliketest/supplemental/invalid-bid-response.json (about)

     1  {
     2      "mockBidRequest": {
     3        "id": "test-request-id",
     4        "imp": [
     5          {
     6            "id": "banner-imp-id",
     7            "banner": {
     8              "format": [
     9                {
    10                  "w": 300,
    11                  "h": 250
    12                }
    13              ]
    14            },
    15            "ext": {
    16              "bidder": {
    17                "placement": "12345"
    18              }
    19            }
    20          }
    21        ]
    22      },
    23      "httpCalls": [
    24        {
    25          "expectedRequest": {
    26            "uri": "https://localhost/bid/4",
    27            "body": {
    28              "id": "test-request-id",
    29              "cur": ["USD"],
    30              "imp": [
    31                {
    32                  "banner": {
    33                    "format": [
    34                      {
    35                        "h": 250,
    36                        "w": 300
    37                      }
    38                    ]
    39                  },
    40                  "ext": {
    41                    "bidder": {
    42                      "placement": "12345"
    43                    }
    44                  },
    45                  "id": "banner-imp-id",
    46                  "tagid": "12345"
    47                }
    48              ]
    49            }
    50          },
    51        "mockResponse": {
    52          "status": 200,
    53          "body": ""
    54        }
    55      }
    56    ],
    57  
    58    "expectedBidResponses": [],
    59  
    60    "expectedMakeBidsErrors": [
    61      {
    62        "value": "json: cannot unmarshal string into Go value of type openrtb2.BidResponse",
    63        "comparison": "literal"
    64      }
    65    ]
    66  }