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

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