{
  "mockBidRequest": {
    "id": "test-request-id",
    "imp": [
      {
        "id": "test-imp-id",
        "banner": {
          "format": [
            {
              "w": 300,
              "h": 250
            },
            {
              "w": 300,
              "h": 600
            }
          ]
        },
        "tagid": "16",
        "ext": ""
      }
    ],
    "app": {
      "id": "1",
      "bundle": "com.wls.testwlsapplication"
    },
    "device": {
      "ip": "123.123.123.123",
      "ifa": "zxcjbzxmc-zxcbmz-zxbcz-zxczx"
    }
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "https://gat.tpmn.io/ortb/pbs_bidder",
        "body": {
          "id": "test-request-id",
          "imp": [
            {
              "id": "test-imp-id",
              "banner": {
                "format": [
                  {
                    "w": 300,
                    "h": 250
                  },
                  {
                    "w": 300,
                    "h": 600
                  }
                ]
              },
              "tagid": "16",
              "ext": "",
              "bidfloorcur": "USD"
            }
          ],
          "app": {
            "id": "1",
            "bundle": "com.wls.testwlsapplication"
          },
          "device": {
            "ip": "123.123.123.123",
            "ifa": "zxcjbzxmc-zxcbmz-zxbcz-zxczx"
          }
        },
        "impIDs":["test-imp-id"]
      },
      "mockResponse": {
        "status": 200,
        "body": ""
      }
    }
  ],
  "expectedMakeBidsErrors": [
    {
      "value": "bid response unmarshal: expect { or n, but found \"",
      "comparison": "literal"
    }
  ]
}
  