{
  "mockBidRequest": {
    "id": "test-request-id",
    "imp": [
      {
        "id": "test-imp-id",
        "video": {
          "w": 728,
          "h": 90,
          "protocols": [
            2
          ],
          "placement": 1,
          "startdelay": -2,
          "playbackmethod": [
            2
          ],
          "mimes": [
            "foo",
            "bar"
          ]
        },
        "ext": {
          "bidder": {
            "adUnitId": "fake-site-id",
            "publisherId": "test-publisher-id"
          }
        }
      }
    ],
    "site": {
      "publisher": {
        "id": "test-publisher-id"
      }
    }
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "https://insticator.example.com/v1/pbs?publisherId=test-publisher-id",
        "body": {
          "ext": {
            "insticator": {
              "caller": [
                {
                  "name": "Prebid-Server",
                  "version": "n/a"
                }
              ]
            }
          },
          "id": "test-request-id",
          "imp": [
            {
              "id": "test-imp-id",
              "video": {
                "w": 728,
                "h": 90,
                "protocols": [
                  2
                ],
                "placement": 1,
                "startdelay": -2,
                "playbackmethod": [
                  2
                ],
                "mimes": [
                  "foo",
                  "bar"
                ]
              },
              "ext": {
                "insticator": {
                  "adUnitId": "fake-site-id",
                  "publisherId": "test-publisher-id"
                }
              }
            }
          ],
          "site": {
            "publisher": {
              "id": "test-publisher-id"
            }
          }
        },
        "impIDs": [
          "test-imp-id"
        ]
      },
      "mockResponse": {
        "status": 200,
        "body": "invalid json"
      }
    }
  ],
  "expectedMakeBidsErrors": [
    {
      "value": "expect { or n, but found \"",
      "comparison": "literal"
    }
  ]
}