{
  "mockBidRequest": {
    "id": "test-request-id",
    "app": {
      "bundle": "com.prebid"
    },
    "device": {
      "ifa": "87857b31-8942-4646-ae80-ab9c95bf3fab"
    },
    "imp": [
      {
        "id": "test-imp-id",
        "banner": {
          "format": [
            {
              "w": 300,
              "h": 250
            }
          ]
        },
        "ext": {
          "bidder": {
            "token": "123"
          }
        }
      }
    ]
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "https://pangle.io/api/get_ads",
        "headers": {
          "Content-Type": [
            "application/json"
          ],
          "TOKEN": [
            "123"
          ]
        },
        "body": {
          "id": "test-request-id",
          "app": {
            "bundle": "com.prebid"
          },
          "device": {
            "ifa": "87857b31-8942-4646-ae80-ab9c95bf3fab"
          },
          "imp": [
            {
              "id": "test-imp-id",
              "banner": {
                "format": [
                  {
                    "w": 300,
                    "h": 250
                  }
                ]
              },
              "ext": {
                "adtype": 1,
                "bidder": {
                  "token": "123"
                },
                "is_prebid": true,
                "prebid": null
              }
            }
          ]
        },
        "impIDs":["test-imp-id"]
      },
      "mockResponse": {
        "status": 400,
        "body": {}
      }
    }
  ],
  "expectedBidResponses": [],
  "expectedMakeBidsErrors": [
    {
      "value": "Unexpected status code: 400.*",
      "comparison": "regex"
    }
  ]
}