{
  "mockBidRequest": {
    "id": "test-request-id",
    "imp": [
      {
        "id": "test-imp-id",
        "banner": {
          "format": [
            {
              "w": 728,
              "h": 90
            }
          ]
        },
        "ext": {
          "bidder": {
            "token": "66668888",
            "publisherId": "1111"
          }
        }
      }
    ]
  },

  "httpCalls": [
    {
      "expectedRequest": {
        "headers": {
          "Content-Type": [
            "application/json;charset=utf-8"
          ],
          "Accept": [
            "application/json"
          ]
        },
        "uri": "https://test.endpoint.com/api/rtbs/adx/rtb?x-net-id=1111&x-net-token=66668888",
        "body": {
          "id": "test-request-id",
          "imp": [
            {
              "id": "test-imp-id",
              "banner": {
                "format": [
                  {
                    "w": 728,
                    "h": 90
                  }
                ]
              },
              "ext": {
                "bidder": {
                  "token": "66668888",
                  "publisherId": "1111"
                }
              }
            }
          ]
        },
        "impIDs": ["test-imp-id"]
      },
      "mockResponse": {
        "status": 500,
        "headers": {}
      }
    }
  ],
  "expectedMakeBidsErrors": [
    {
      "value": "Unexpected status code: 500. Run with request.debug = 1 for more info",
      "comparison": "literal"
    }
  ]
}
