{
  "mockBidRequest": {
    "id": "test-request-native-id",
    "imp": [
      {
        "id": "test-imp-native-id",
        "native": {
          "request": "test-native",
          "ver": "1.1"
        },
        "ext": {
          "adot": {}
        }
      }
    ]
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "https://dsp.adotmob.com/headerbidding/bidrequest",
        "body": {
          "id": "test-request-native-id",
          "imp": [
            {
              "id": "test-imp-native-id",
              "native": {
                "request": "test-native",
                "ver": "1.1"
              },
              "ext": {
                "adot": {}
              }
            }
          ]
        },
        "impIDs":["test-imp-native-id"]
      },
      "mockResponse": {
        "status": 200,
        "body": {
          "id": "test-request-id",
          "seatbid": [
            {
              "seat": "adot",
              "bid": [
                {
                  "id": "test-request-native-id",
                  "impid": "test-imp-native-id",
                  "price": 1.16346,
                  "adm": "some-test-ad imp_${AUCTION_PRICE} creativeview_${AUCTION_PRICE}",
                  "nurl": "nurl.link/win?p=${AUCTION_PRICE}",
                  "w": 300,
                  "h": 250,
                  "ext": {
                    "adot": {
                      "media_type": "native"
                    }
                  }
                }
              ]
            }
          ],
          "cur": "USD"
        }
      }
    }
  ],

  "expectedBidResponses": [
    {
      "bids": [
        {
          "bid": {
            "id": "test-request-native-id",
            "impid": "test-imp-native-id",
            "price": 1.16346,
            "adm": "some-test-ad imp_1.16346 creativeview_1.16346",
            "nurl": "nurl.link/win?p=1.16346",
            "w": 300,
            "h": 250,
            "ext": {
              "adot": {
                "media_type": "native"
              }
            }
          },
          "type": "native"
        }
      ]
    }
  ]
}
