
{
  "mockBidRequest": {
    "id": "some-request-id",
    "tmax": 1000,
    "user": {
      "buyeruid": "awesome-user"
    },
    "app": {
      "publisher": {
        "id": "123456789"
      },
      "cat": [
        "IAB22-1"
      ],
      "bundle": "com.app.awesome",
      "name": "Awesome App",
      "domain": "awesomeapp.com",
      "id": "123456789"
    },
    "imp": [
      {
        "id": "some-impression-id",
        "tagid": "ogTAGID",
        "video": {
          "mimes": [
            "video/mp4"
          ],
          "w": 640,
          "h": 480,
          "minduration": 120,
          "maxduration": 150
        },
        "ext": {
          "bidder": {
            "host": "ep1",
            "sourceid": "partner",
            "accountid": "hash"
          }
        }
      }
    ]
  },

  "httpCalls": [{
    "expectedRequest": {
      "uri": "http://ep1.example.com/bid?rtb_seat_id=partner&secret_key=hash",
      "body": {
        "id": "some-request-id",
        "imp": [
          {
            "id": "some-impression-id",
            "video": {
              "mimes": [
                "video/mp4"
              ],
              "minduration": 120,
              "maxduration": 150,
              "w": 640,
              "h": 480
            },
            "tagid": "ogTAGID"
          }
        ],
        "app":  {
          "publisher": {
            "id": "123456789"
          },
          "cat": [
            "IAB22-1"
          ],
          "bundle": "com.app.awesome",
          "name": "Awesome App",
          "domain": "awesomeapp.com",
          "id": "123456789"
        },
        "user": {
          "buyeruid": "awesome-user"
        },
        "tmax": 1000
      },
      "impIDs":["some-impression-id"]
    },
    "mockResponse": {
      "status": 400
    }
  }],
  "expectedBidResponses": [],
  "expectedMakeBidsErrors": [
    {
      "value": "Unexpected status code: [ 400 ]",
      "comparison": "literal"
    }
  ]
}
