{
    "mockBidRequest": {
        "id": "test-request-id",
        "imp": [
            {
                "id": "test-imp-id",
                "banner": {
                    "format": [
                        {
                            "w": 300,
                            "h": 250
                        },
                        {
                            "w": 300,
                            "h": 600
                        }
                    ]
                },
                "ext": {
                    "bidder": {
                        "TagID": "17"
                    }
                }
            }
        ],
        "app": {
            "id": "1",
            "bundle": "com.wls.testwlsapplication"
        },
        "device": {
            "ip": "123.123.123.123",
            "ifa": "sdjfksdf-dfsds-dsdg-dsgg"
        }
    },
    "httpCalls": [
        {
            "expectedRequest": {
                "uri": "http://example.com/?c=o&m=ortb&key=__key__",
                "body": {
                    "id": "test-request-id",
                    "imp": [
                        {
                            "id": "test-imp-id",
                            "banner": {
                                "format": [
                                    {
                                        "w": 300,
                                        "h": 250
                                    },
                                    {
                                        "w": 300,
                                        "h": 600
                                    }
                                ]
                            },
                            "ext": {
                                "bidder": {
                                    "TagID": "17"
                                }
                            }
                        }
                    ],
                    "app": {
                        "id": "1",
                        "bundle": "com.wls.testwlsapplication"
                    },
                    "device": {
                        "ip": "123.123.123.123",
                        "ifa": "sdjfksdf-dfsds-dsdg-dsgg"
                    }
                },
                "impIDs":["test-imp-id"]
            },
            "mockResponse": {
                "status": 200,
                "body": ""
            }
        }
    ],
    "expectedMakeBidsErrors": [
        {
            "value": "expect { or n, but found \"",
            "comparison": "literal"
        }
    ]
}