{
    "mockBidRequest": {
      "id": "test-request-id",
      "imp": [
          {
              "id": "test-imp-id",
              "banner": {
                  "format": [
                      {
                          "w": 300,
                          "h": 250
                      },
                      {
                          "w": 300,
                          "h": 600
                      }
                  ]
              },
              "tagid": "16",
              "displaymanager": "di_prebid",
              "displaymanagerver": "2.0.0",
              "ext": {
                  "bidder": {
                      "tagId": "16"
                  }
              }
          }
      ],
      "app": {
          "id": "1",
          "bundle": "com.wls.testwlsapplication"
      },
      "device": {
          "ip": "123.123.123.123",
          "ifa": "zxcjbzxmc-zxcbmz-zxbcz-zxczx"
      }
  },
  
    "httpCalls": [
      {
        "expectedRequest": {
          "uri": "https://prebid.deepintent.com/prebid",
          "body": {
            "id": "test-request-id",
            "imp": [
                {
                    "id": "test-imp-id",
                    "banner": {
                        "format": [
                            {
                                "w": 300,
                                "h": 250
                            },
                            {
                                "w": 300,
                                "h": 600
                            }
                        ],
                        "h":250,
                        "w":300
                    },
                    "tagid": "16",
                    "displaymanager": "di_prebid",
                    "displaymanagerver": "2.0.0",
                    "ext": {
                        "bidder": {
                            "tagId": "16"
                        }
                    }
                }
            ],
            "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": {
            "id": "test-request-id",
            "seatbid": [
                {
                    "bid": [
                        {
                            "id": "test_bid_id",
                            "impid": "test-imp-id1",
                            "price": 0.27543,
                            "adm": "<iframe id=\"adm-banner-16\" width=\"300\" height=\"250\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"https://pub.admanmedia.com/?c=o&m=adm&k=882b2510ed6d6c94fa69c99aa522a708\"></iframe>",
                            "cid": "test_cid",
                            "crid": "test_crid",
                            "dealid": "test_dealid",
                            "w": 300,
                            "h": 250,
                            "ext": {
                                "prebid": {
                                    "type": "banner"
                                }
                            }
                        }
                    ],
                    "seat": "adman"
                }
            ],
            "cur": "USD"
          }
        }
      }
    ],
    "expectedBidResponses": [{"currency":"USD","bids":[]}],
    "expectedMakeBidsErrors": [
        {
          "value": "Failed to find impression test-imp-id1 ",
          "comparison": "literal"
        }
      ]
  }
  
