{
  "mockBidRequest": {
    "id": "0000000000001",
    "imp": [
      {
        "id": "adunit-1",
        "banner": {
          "format": [{"w": 300,"h": 250}]
        },
        "ext": {
          "bidder": {
            "pubId": 101,
            "host": "tag.test.com"
          }
        }
      }
    ],
    "site": {
      "page": "http://example.com/test.html",
      "publisher": {
        "id": "1"
      }
    }
  },

  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "https://pbs2.adksrv.com/rtbpub?account=101",
        "body": {
          "id": "0000000000001",
          "imp": [
            {
              "id": "adunit-1",
              "banner": {
                "w": 300,
                "h": 250
              }
            }
          ],
          "site": {
            "page": "http://example.com/test.html"
          }
        },
        "impIDs":["adunit-1"]
      },
      "mockResponse": {
        "status": 404
      }
    }
  ],

  "expectedMakeBidsErrors": [ 
    {
      "value": "Unexpected http status code: 404",
      "comparison": "literal" 
    }
  ]
}