{
  "mockBidRequest": {
    "id": "id",
    "imp": [
      {
        "id": "id",
        "secure": 1,
        "bidfloor": 0.01,
        "bidfloorcur": "USD",
        "banner": {
          "w": 300,
          "h": 250
        },
        "ext": {
          "bidder": {
            "env": "driftpixel-stage",
            "pid": "3163e2c9e034770c0daaa98c7613b573"
          }
        }
      }
    ],
    "device": {
      "ua": "UA",
      "ip": "123.3.4.123"
    },
    "regs": {
      "ext": {
        "gdpr": 0
      }
    },
    "user": {
      "id": "userid"
    },
    "site": {
      "id": "id",
      "domain": "test,com",
      "cat": [
        "IAB12"
      ],
      "publisher": {
        "id": "pubid"
      }
    }
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "http://rtb.driftpixel.live/?pid=3163e2c9e034770c0daaa98c7613b573&host=driftpixel-stage&pbs=1",
        "body": {
          "id": "id",
          "imp": [
            {
              "id": "id",
              "secure": 1,
              "bidfloor": 0.01,
              "bidfloorcur": "USD",
              "banner": {
                "w": 300,
                "h": 250
              },
              "ext": {
                "bidder": {
                  "env": "driftpixel-stage",
                  "pid": "3163e2c9e034770c0daaa98c7613b573"
                }
              }
            }
          ],
          "device": {
            "ua": "UA",
            "ip": "123.3.4.123"
          },
          "regs": {
            "ext": {
              "gdpr": 0
            }
          },
          "user": {
            "id": "userid"
          },
          "site": {
            "id": "id",
            "domain": "test,com",
            "cat": [
              "IAB12"
            ],
            "publisher": {
              "id": "pubid"
            }
          }
        },
        "impIDs":["id"]
      },
      "mockResponse": {
        "status": 403,
        "body": "Access is denied"
      }
    }
  ],
  "expectedMakeBidsErrors": [
    {
      "value": "Unexpected status code: 403. Run with request.debug = 1 for more info",
      "comparison": "literal"
    }
  ],
  "expectedBidResponses": []
}
