{
  "mockBidRequest": {
    "id": "test-request-id",
    "site": {
      "page": "prebid.org"
    },
    "user": {
      "buyeruid": "be5e209ad46927520000000000000000"
    },
    "imp": [
      {
        "id": "test-imp-id",
        "audio": {
          "mimes": ["audio/mp4"],
          "protocols": [9,10]
        },
        "ext": {
          "bidder": {
            "supply_id": "1"
          }
        }
      }
    ]
  },

  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "http://test.smrtconnect.com/openrtb2/auction?supply_id=1",
        "body": {
          "id": "test-request-id",
          "site": {
            "page": "prebid.org"
          },
          "user": {
            "buyeruid": "be5e209ad46927520000000000000000"
          },
          "imp": [
            {
              "id": "test-imp-id",
              "audio": {
                "mimes": ["audio/mp4"],
                "protocols": [9,10]
              }
            }
          ]
        },
        "impIDs":["test-imp-id"]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "id": "test-request-id",
          "seatbid": [
            {
              "seat": "smrtconnect",
              "bid": [{
                "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
                "impid": "test-imp-id",
                "price": 0.500000,
                "adm": "some-test-ad",
                "crid": "test-crid",
                "mtype": 3
              }]
            }
          ],
          "cur": "USD"
        }
      }
    }
  ],

  "expectedBidResponses": [
    {
      "currency": "USD",
      "bids": [
        {
          "bid": {
            "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
            "impid": "test-imp-id",
            "price": 0.5,
            "adm": "some-test-ad",
            "crid": "test-crid",
            "mtype": 3
          },
          "type": "audio"
        }
      ]
    }
  ]
}
