{
  "mockBidRequest": {
    "id": "request-id",
    "site": {
      "page": "test.com/page",
      "domain": "test.com",
      "cat": [
        "IAB9-1"
      ],
      "publisher": {
        "id": "123456789"
      }
    },
    "device": {
      "ua": "useragent",
      "ip": "100.100.100.100",
      "language": "en"
    },
    "tmax": 1000,
    "user": {
      "id": "some-user"
    },
    "imp": [
      {
        "id": "impression-id",
        "tagid": "tid",
        "banner": {
          "w": 320,
          "h": 50
        },
        "ext": {
          "bidder": {
            "pid": "aaaaaaaaaaaaaaaaaaaaaaaa"
          }
        }
      }
    ]
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "headers": {
          "Content-Type": [
            "application/json;charset=utf-8"
          ],
          "Accept": [
            "application/json"
          ]
        },
        "uri": "http://hb-test.collectiveaudience.co/rtb/bid?pid=aaaaaaaaaaaaaaaaaaaaaaaa",
        "body": {
          "id": "request-id",
          "device": {
            "ua": "useragent",
            "ip": "100.100.100.100",
            "language": "en"
          },
          "imp": [
            {
              "id": "impression-id",
              "banner": {
                "w": 320,
                "h": 50
              },
              "tagid": "tid",
              "ext": {
                "bidder": {
                  "pid": "aaaaaaaaaaaaaaaaaaaaaaaa"
                }
              }
            }
          ],
          "site": {
            "page": "test.com/page",
            "domain": "test.com",
            "cat": [
              "IAB9-1"
            ],
            "publisher": {
              "id": "123456789"
            }
          },
          "user": {
            "id": "some-user"
          },
          "tmax": 1000
        },
        "impIDs": [
          "impression-id"
        ]
      },
      "mockResponse": {
        "status": 400
      }
    }
  ],
  "expectedBidResponses": [],
  "expectedMakeBidsErrors": [
    {
      "value": "Unexpected status code: 400. Run with request.debug = 1 for more info.",
      "comparison": "literal"
    }
  ]
}
