{
  "mockBidRequest": {
    "id": "test-request-id",
    "imp": [
      {
        "id": "test-imp-id",
        "banner": {
          "format": [
            {
              "w": 300,
              "h": 250
            }
          ],
          "w": 100,
          "h": 400
        },
        "ext": {
          "bidder": {
            "source": 1000
          }
        }
      }
    ]
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "http://adapter.bidmatic.io/pbs/ortb?source=1000",
        "body": {
          "id": "test-request-id",
          "imp": [
            {
              "id": "test-imp-id",
              "banner": {
                "format": [
                  {
                    "w": 300,
                    "h": 250
                  }
                ],
                "w": 100,
                "h": 400
              },
              "ext": {
                "bidmatic": {
                  "source": 1000
                }
              }
            }
          ]
        },
        "impIDs":["test-imp-id"]
      },
      "mockResponse": {
        "status": 200
      }
    }
  ],
  "expectedMakeBidsErrors": [
    {
      "value": "error while decoding response, err: expect { or n, but found",
      "comparison": "startswith"
    }
  ]
}
