{
  "mockBidRequest": {
    "id": "test-request-id",
    "imp": [
      {
        "id": "test-imp-id",
        "banner": {
          "format": [
            {
              "w": 300,
              "h": 250
            }
          ]
        },
        "ext": {
          "bidder": {
            "adUnitId": "LD9434769725128806"
          }
        }
      }
    ]
  },

  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "https://lockerdome.com/ladbid/prebidserver/openrtb2",
        "body": {
          "id": "test-request-id",
          "imp": [
            {
              "id": "test-imp-id",
              "banner": {
                "format": [
                  {
                    "w": 300,
                    "h": 250
                  }
                ]
              },
              "ext": {
                "bidder": {
                  "adUnitId": "LD9434769725128806"
                }
              }
            }
          ]
        },
        "impIDs":["test-imp-id"]
      },
      "mockResponse": {
        "status": 418,
        "body": {}
      }
    }
  ],

  "expectedMakeBidsErrors": [
    {
      "value": "Unexpected status code: 418. Run with request.debug = 1 for more info",
      "comparison": "literal"
    }
  ]
}
