{
  "mockBidRequest": {
    "id": "test-request-id",
    "site": {
      "page": "prebid.org"
    },
    "user": {
      "buyeruid": "be5e209ad46927520000000000000000"
    },
    "imp": [
      {
        "id": "test-imp-id",
        "banner": {
          "format": [
            {
              "w": 728,
              "h": 90
            }
          ]
        },
        "ext": {
          "bidder": {
            "publisherId": "10000000"
          }
        }
      }
    ]
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "http://loopme.example.com",
        "body": {
          "id": "test-request-id",
          "site": {
            "page": "prebid.org"
          },
          "user": {
            "buyeruid": "be5e209ad46927520000000000000000"
          },
          "imp": [
            {
              "id": "test-imp-id",
              "banner": {
                "format": [
                  {
                    "w": 728,
                    "h": 90
                  }
                ]
              },
              "ext": {
                "bidder": {
                  "publisherId": "10000000"
                }
              }
            }
          ]
        },
        "impIDs": [
          "test-imp-id"
        ]
      },
      "mockResponse": {
        "status": 200,
        "body": "this is not a valid json"
      }
    }
  ],
  "expectedMakeBidsErrors": [
    {
      "value": "json: cannot unmarshal*",
      "comparison": "regex"
    }
  ]
}
