github.com/prebid/prebid-server/v2@v2.18.0/adapters/colossus/colossustest/supplemental/status-404.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                  "tagid": "100000000",
    20                  "ext": {
    21                      "bidder": {
    22                          "TagID": "100000000"
    23                      }
    24                  }
    25              }
    26          ],
    27          "app": {
    28              "id": "1",
    29              "bundle": "com.wls.testwlsapplication"
    30          },
    31          "device": {
    32              "ip": "123.123.123.123",
    33              "ifa": "sdjfksdf-dfsds-dsdg-dsgg"
    34          }
    35      },
    36      "httpCalls": [{
    37          "expectedRequest": {
    38              "uri": "http://example.com/?c=o&m=rtb",
    39              "body": {
    40                  "id": "test-request-id",
    41                  "imp": [
    42                      {
    43                          "id": "test-imp-id",
    44                          "banner": {
    45                              "format": [
    46                                  {
    47                                      "w": 300,
    48                                      "h": 250
    49                                  },
    50                                  {
    51                                      "w": 300,
    52                                      "h": 600
    53                                  }
    54                              ]
    55                          },
    56                          "tagid": "100000000",
    57                          "ext": {
    58                              "bidder": {
    59                                  "TagID": "100000000"
    60                              }
    61                          }
    62                      }
    63                  ],
    64                  "app": {
    65                      "id": "1",
    66                      "bundle": "com.wls.testwlsapplication"
    67                  },
    68                  "device": {
    69                      "ip": "123.123.123.123",
    70                      "ifa": "sdjfksdf-dfsds-dsdg-dsgg"
    71                  }
    72              },
    73              "impIDs":["test-imp-id"]
    74  		},
    75  		"mockResponse": {
    76  			"status": 404,
    77  			"body": {}
    78  		}
    79      }],
    80      "expectedMakeBidsErrors": [
    81          {
    82            "value": "Unexpected status code: 404. Run with request.debug = 1 for more info",
    83            "comparison": "literal"
    84          }
    85      ]
    86  }