{
  "mockBidRequest": {
    "id": "0000000000001",
    "test": 1,
    "imp": [
      {
        "id": "adunit-1",
        "banner": {
          "w": 300,
          "h": 250
        },
        "ext": {
          "bidder": {
            "tappxkey": "pub-12345-android-9876",
            "endpoint": "ZZ123456PS"
          }
        }
      }
    ],
    "app": {
      "id": "app_001",
      "bundle": "com.rovio.angrybirds",
      "publisher": {
        "id": "2"
      }
    }
  },

  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "http://ssp.api.tappx.com/rtb/v2/ZZ123456PS?tappxkey=pub-12345-android-9876&type_cnn=prebid&v=1.6",
        "body": {
          "id": "0000000000001",
          "test": 1,
          "imp": [
            {
              "id": "adunit-1",
              "banner": {
                "w": 300,
                "h": 250
              },
              "ext": {
                "bidder": {
                  "tappxkey": "pub-12345-android-9876",
                  "endpoint": "ZZ123456PS"
                }
              }
            }
          ],
          "app": {
            "id": "app_001",
            "bundle": "com.rovio.angrybirds",
            "publisher": {
              "id": "2"
            }
          },
          "ext": {
            "bidder": {
              "tappxkey": "pub-12345-android-9876"
            }
          }
        },
        "impIDs":["adunit-1"]
      },
      "mockResponse": {
        "status": 400
      }
    }
  ],

  "expectedMakeBidsErrors": [
    {
      "value": "Unexpected status code: 400. Run with request.debug = 1 for more info",
      "comparison": "literal"
    }
  ]
}