github.com/prebid/prebid-server@v0.275.0/adapters/logicad/logicadtest/supplemental/responseCode.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "testid",
     4      "site": {
     5        "id": "test"
     6      },
     7      "imp": [
     8        {
     9          "id": "testimpid",
    10          "banner": {
    11            "format": [
    12              {
    13                "w": 300,
    14                "h": 250
    15              },
    16              {
    17                "w": 320,
    18                "h": 50
    19              }
    20            ]
    21          },
    22          "ext": {
    23            "bidder": {
    24              "tid": "testtid"
    25            }
    26          }
    27        }
    28      ]
    29    },
    30    "httpCalls": [
    31      {
    32        "expectedRequest": {
    33          "uri": "https://localhost/adrequest/prebidserver",
    34          "body": {
    35            "id": "testid",
    36            "imp": [
    37              {
    38                "banner": {
    39                  "format": [
    40                    {
    41                      "w": 300,
    42                      "h": 250
    43                    },
    44                    {
    45                      "w": 320,
    46                      "h": 50
    47                    }
    48                  ]
    49                },
    50                "id": "testimpid",
    51                "tagid": "testtid"
    52              }
    53            ],
    54            "site": {
    55              "id": "test"
    56            }
    57          }
    58        },
    59        "mockResponse": {
    60          "body": {
    61            "seatbid": []
    62          }
    63        }
    64      }
    65    ],
    66    "expectedMakeBidsErrors": [
    67      {
    68        "value": "Unexpected http status code: 0",
    69        "comparison": "literal"
    70      }
    71    ]
    72  }