github.com/prebid/prebid-server@v0.275.0/adapters/admixer/admixertest/supplemental/unknown-status-code-example.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "site": {
     5        "page": "prebid.org"
     6      },
     7      "user": {
     8        "buyeruid": "be5e209ad46927520000000000000000"
     9      },
    10      "imp": [
    11        {
    12          "id": "test-imp-id",
    13          "banner": {
    14            "format": [
    15              {
    16                "w": 728,
    17                "h": 90
    18              }
    19            ]
    20          },
    21          "ext": {
    22            "bidder": {
    23              "zone": "3e56bd58-865c-47ce-af7f-a918108c3fd2"
    24            }
    25          }
    26        }
    27      ]
    28    },
    29    "httpCalls": [
    30      {
    31        "expectedRequest": {
    32          "uri": "http://inv-nets.admixer.net/pbs.aspx",
    33          "body": {
    34            "id": "test-request-id",
    35            "site": {
    36              "page": "prebid.org"
    37            },
    38            "user": {
    39              "buyeruid": "be5e209ad46927520000000000000000"
    40            },
    41            "imp": [
    42              {
    43                "id": "test-imp-id",
    44                "banner": {
    45                  "format": [
    46                    {
    47                      "w": 728,
    48                      "h": 90
    49                    }
    50                  ]
    51                },
    52                "tagid": "3e56bd58-865c-47ce-af7f-a918108c3fd2"
    53              }
    54            ]
    55          }
    56        },
    57        "mockResponse": {
    58          "status": 301,
    59          "body": {
    60          }
    61        }
    62      }
    63    ],
    64    "expectedMakeBidsErrors": [
    65      {
    66        "value": "Unexpected status code: 301",
    67        "comparison": "literal"
    68      }
    69    ]
    70  }