github.com/prebid/prebid-server/v2@v2.18.0/adapters/invibes/invibestest/supplemental/request-error-statuscode.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "site": {
     5        "page": "https://publisher.com/url"
     6      },
     7      "user": {
     8        "buyerUid": "123"
     9      },
    10      "imp": [
    11        {
    12          "id": "test-imp-id",
    13          "banner": {
    14            "format": [
    15              {
    16                "w": 300,
    17                "h": 150
    18              }
    19            ]
    20          },
    21          "ext": {
    22            "bidder": {
    23              "placementId": "2eb6bd58-865c-47ce-af7f-a918108c3fd2",
    24              "debug": {
    25                "testLog": true
    26              }
    27            }
    28          }
    29        }
    30      ]
    31    },
    32    "httpCalls": [
    33      {
    34        "expectedRequest": {
    35          "uri": "https://bid.videostep.com/bid/ServerBidAdContent",
    36          "body": {
    37            "BidParamsJson": "{\"PlacementIds\":[\"2eb6bd58-865c-47ce-af7f-a918108c3fd2\"],\"BidVersion\":\"4\",\"Properties\":{\"2eb6bd58-865c-47ce-af7f-a918108c3fd2\":{\"Formats\":[{\"w\":300,\"h\":150}],\"ImpId\":\"test-imp-id\"}}}",
    38            "Bvid": "",
    39            "Gdpr": true,
    40            "GdprConsent": "",
    41            "Height": "",
    42            "IsAmp": false,
    43            "Kw": "",
    44            "Lid": "123",
    45            "Location": "https://publisher.com/url",
    46            "IsTestBid": false,
    47            "InvibBVLog": true,
    48            "VideoAdDebug": true,
    49            "Width": ""
    50          },
    51          "impIDs":["test-imp-id"]
    52        },
    53        "mockResponse": {
    54          "status": 500
    55        }
    56      }
    57    ],
    58    "expectedMakeBidsErrors": [
    59      {
    60        "value": "Unexpected status code: 500.",
    61        "comparison": "literal"
    62      }
    63    ]
    64  }