{
  "description": "This request comes with no account id and the mock config does not make it a requirement",
  "config": {
    "accountRequired": false
  },
  "mockBidRequest": {
    "id": "some-request-id",
    "site": {
      "page": "test.somepage.com"
    },
    "user": { },
    "imp": [
      {
        "id": "my-imp-id",
        "banner": {
          "format": [
            {
              "w": 300,
              "h": 600
            }
          ]
        },
        "pmp": {
          "deals": [
            {
              "id": "some-deal-id"
            }
          ]
        },
        "ext": {
          "appnexus": {
            "placementId": 12883451
          }
        }
      }
    ],
    "tmax": 500,
    "ext": {
      "prebid": {
        "aliases": {
          "districtm": "appnexus"
        },
        "bidadjustmentfactors": {
          "appnexus": 1.01,
          "districtm": 0.98,
          "rubicon": 0.99
        },
        "cache": {
          "bids": {}
        },
        "targeting": {
          "includewinners": false,
          "pricegranularity": {
            "precision": 2,
            "ranges": [
              {
                "max": 20,
                "increment": 0.10
              }
            ]
          }
        }
      }
    }
  },
  "expectedBidResponse": {
      "id":"some-request-id",
      "bidid":"test bid id",
      "cur": "USD",
      "nbr":0,
      "seatbid": [
        {
          "bid": [
            {
              "id": "appnexus-bid",
              "impid": "my-imp-id",
              "price": 0
            }
          ],
          "seat": "appnexus"
        }
      ]
  },
  "expectedReturnCode": 200
}
