{
  "mockBidRequest": {
    "id": "test-request-id",
    "imp": [
      {
        "id": "test-imp-id",
        "audio": {
          "mimes": ["video/mp4"]
        },
        "ext": {
          "bidder": {
            "seatId": "prebid",
            "tagId": "demo1"
          }
        }
      }
    ]
  },

  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "http://pbs.technoratimedia.com/openrtb/bids/prebid?src=pbs-go%2F1.0.0&adapter=imds",
        "body": {
          "id": "test-request-id",
          "ext": {
            "seatId": "prebid"
          },
          "imp": [
            {
              "id":"test-imp-id",
              "tagid": "demo1",
              "audio": {
                "mimes": ["video/mp4"]
              },
              "ext": {
                "bidder": {
                  "seatId": "prebid",
                  "tagId": "demo1"
                }
              }
            }
          ]
        },
        "impIDs":["test-imp-id"]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "id": "1",
          "seatbid": [
            {
              "bid": [
                {
                  "id": "audio-request-id",
                  "impid": "test-imp-id"
                }
              ]
            }
          ]
        }
      }
    }
  ],
  "expectedBidResponses": [
    {
    }
  ]
}
