{
  "mockBidRequest": {
    "id": "test-request-id",
    "tmax": 500,
    "at": 1,
    "cur": ["EUR"],
    "regs": {
      "ext": {
        "gdpr": 1
      }
    },
    "user": {
      "ext": {
        "consent": "CO-X2XiO_eyUoAsAxBFRBECsA"
      }
    },
    "device": {
      "ip": "123.123.123.123",
      "ua": "test-user-agent"
    },
    "site": {
      "page": "https://example.com/page",
      "domain": "example.com"
    },
    "imp": [
      {
        "id": "test-imp-id",
        "banner": {
          "h": 50,
          "w": 320
        },
        "ext": {
          "bidder": {
            "apiKey": "test-api-key",
            "placement": "test-placement"
          }
        }
      }
    ]
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "http://example.com/?t=test-api-key",
        "headers": {
          "Content-Type": ["application/json;charset=utf-8"],
          "Accept": ["application/json"],
          "User-Agent": ["test-user-agent"],
          "X-Forwarded-For": ["123.123.123.123"],
          "Referer": ["https://example.com/page"],
          "Origin": ["https://example.com"]
        },
        "body": {
          "adunit": "test-imp-id",
          "currency": "EUR",
          "ik": "test-request-id",
          "ortb2": {
            "at": 1,
            "cur": ["EUR"],
            "device": {
              "ip": "123.123.123.123",
              "ua": "test-user-agent"
            },
            "id": "test-request-id",
            "imp": [
              {
                "banner": {
                  "h": 50,
                  "w": 320
                },
                "ext": {
                  "bidder": {
                    "apiKey": "test-api-key",
                    "placement": "test-placement"
                  }
                },
                "id": "test-imp-id"
              }
            ],
            "regs": {
              "ext": {
                "gdpr": 1
              }
            },
            "site": {
              "domain": "example.com",
              "page": "https://example.com/page"
            },
            "tmax": 500,
            "user": {
              "ext": {
                "consent": "CO-X2XiO_eyUoAsAxBFRBECsA"
              }
            }
          },
          "params": {
            "apiKey": "test-api-key",
            "placement": "test-placement"
          },
          "request_id": "test-request-id",
          "timeout": 500,
          "version": "prebid-server@unknown"
        },
        "impIDs": ["test-imp-id"]
      },
      "mockResponse": {
        "status": 400,
        "body": "Bad request from publisher."
      }
    }
  ],
  "expectedMakeBidsErrors": [
    {
      "value": "Unexpected status code: 400. Bad request from publisher. Run with request.debug = 1 for more info.",
      "comparison": "literal"
    }
  ]
}
