{
  "mockBidRequest": {
    "id": "test-request-id",
    "imp": [
      {
        "id": "test-imp-id",
        "banner": {
          "format": [
            {
              "w": 300,
              "h": 250
            },
            {
              "w": 300,
              "h": 600
            }
          ]
        },
        "ext": {
          "bidder": {
            "supplyPartnerId": "1707"
          }
        }
      }
    ]
  },

  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "https://rtb.gamoshi.io/r/1707/bidr?bidder=prebid-server",
        "body": {
          "id": "test-request-id",
          "imp": [
            {
              "id": "test-imp-id",
              "banner": {
                "format": [
                  {
                    "w": 300,
                    "h": 250
                  },
                  {
                    "w": 300,
                    "h": 600
                  }
                ],
                "w": 300,
                "h": 250
              },
              "ext": {
                "bidder": {
                  "supplyPartnerId": "1707"
                }
              }
            }
          ]
        },
        "impIDs":["test-imp-id"]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "id": "test-request-id",
          "seatbid": [
            {
              "seat": "958",
              "bid": [{
                "id": "7706636740145184841",
                "impid": "test-imp-id",
                "price": 0.500000,
                "adid": "29681110",
                "adm": "some-test-ad",
                "adomain": ["yahoo.com"],
                "cid": "958",
                "crid": "29681110",
                "h": 250,
                "w": 300
              }]
            }
          ],
          "bidid": "5778926625248726496",
          "cur": "USD"
        }
      }
    }
  ],

  "expectedBidResponses": [
    {
      "bids": [{
        "bid": {
          "id": "7706636740145184841",
          "impid": "test-imp-id",
          "price": 0.5,
          "adm": "some-test-ad",
          "adid": "29681110",
          "adomain": ["yahoo.com"],
          "cid": "958",
          "crid": "29681110",
          "w": 300,
          "h": 250
        },
        "type": "banner"
      }]
    }
  ]
}
