{
    "mockBidRequest": {
      "id": "test-request-id",
      "app": {
        "bundle": "test.app.bundle"
      },
      "device": {
        "ifa": "test-ifa-123456",
        "ip": "91.199.242.236",
        "ua": "random user agent",
        "os": "android"
      },
      "regs": {
        "ext": {
          "us_privacy": "1YYY"
        }
      },
      "imp": [
        {
          "id": "test-imp-id",
          "banner": {
            "format": [
              {
                "w": 300,
                "h": 250
              }
            ]
          },
          "ext": {
            "bidder": {
              "zoneid": 123456,
              "networkid": 78910
            }
          }
        }
      ]
    },
    "httpCalls": [
      {
        "expectedRequest": {
          "uri": "https://ssp-bidder.criteo.com/openrtb/pbs/auction/request?profile=230",
          "headers": {},
          "body": {
            "id": "test-request-id",
            "app": {
              "bundle": "test.app.bundle"
            },
            "device": {
              "ifa": "test-ifa-123456",
              "ip": "91.199.242.236",
              "ua": "random user agent",
              "os": "android"
            },
            "regs": {
              "ext": {
                "us_privacy": "1YYY"
              }
            },
            "imp": [
              {
                "id": "test-imp-id",
                "banner": {
                  "format": [
                    {
                      "w": 300,
                      "h": 250
                    }
                  ]
                },
                "ext": {
                  "bidder": {
                    "zoneid": 123456,
                    "networkid": 78910
                  }
                }
              }
            ]
          },
          "impIDs":["test-imp-id"]
        },
        "mockResponse": {
          "status": 400
        }
      }
    ],
    "expectedMakeBidsErrors": [
      {
        "value": "Unexpected status code: 400. Run with request.debug = 1 for more info.",
        "comparison": "literal"
      }
    ]
  }
  