github.com/prebid/prebid-server@v0.275.0/adapters/yeahmobi/yeahmobitest/supplemental/status_500.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        },
    42        "mockResponse": {
    43          "status": 500,
    44          "body": {}
    45        }
    46      }
    47    ],
    48  
    49    "expectedMakeBidsErrors": [
    50      {
    51        "comparison": "literal",
    52        "value": "Unexpected status code: 500."
    53      }
    54    ]
    55  }