github.com/prebid/prebid-server/v2@v2.18.0/adapters/seedingAlliance/seedingAlliancetest/supplemental/status_not_ok.json (about)

     1  {
     2      "mockBidRequest": {
     3          "id": "test-request-id",
     4          "imp": [
     5              {
     6                  "id": "test-imp-id",
     7                  "banner": {
     8                      "format": [
     9                          {
    10                              "w": 300,
    11                              "h": 250
    12                          },
    13                          {
    14                              "w": 300,
    15                              "h": 600
    16                          }
    17                      ]
    18                  },
    19                  "ext": {
    20                      "bidder": {
    21                          "adUnitId": "example-tag-id"
    22                      }
    23                  }
    24              }
    25          ]
    26      },
    27      "httpCalls": [
    28          {
    29              "expectedRequest": {
    30                  "uri": "https://mockup.seeding-alliance.de/?ssp=pbs",
    31                  "body": {
    32                      "cur": [
    33                          "EUR"
    34                      ],
    35                      "id": "test-request-id",
    36                      "imp": [
    37                          {
    38                              "id": "test-imp-id",
    39                              "banner": {
    40                                  "format": [
    41                                      {
    42                                          "w": 300,
    43                                          "h": 250
    44                                      },
    45                                      {
    46                                          "w": 300,
    47                                          "h": 600
    48                                      }
    49                                  ]
    50                              },
    51                              "tagid": "example-tag-id",
    52                              "ext": {
    53                                  "bidder": {
    54                                      "adUnitId": "example-tag-id"
    55                                  }
    56                              }
    57                          }
    58                      ]
    59                  },
    60                  "impIDs":["test-imp-id"]
    61              },
    62              "mockResponse": {
    63                  "status": 404
    64              }
    65          }
    66      ],
    67      "expectedMakeBidsErrors": [
    68          {
    69              "value": "Unexpected status code: 404. Run with request.debug = 1 for more info.",
    70              "comparison": "literal"
    71          }
    72      ]
    73  }