{
  "mockBidRequest": {
    "id": "test-request-id",
    "site": {
      "page": "prebid.org"
    },
    "user": {
      "buyeruid": "be5e209ad46927520000000000000000"
    },
    "imp": [
      {
        "id": "test-imp-id",
        "banner": {
          "format": [
            {
              "w": 728,
              "h": 90
            }
          ]
        },
        "ext": {
          "bidder": {
            "publisherId": 10000000,
            "adunit": 100000
          }
        }
      }
    ]
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "https://hb.metaxads.com/prebid?sid=10000000&adunit=100000&source=prebid-server",
        "body": {
          "id": "test-request-id",
          "site": {
            "page": "prebid.org"
          },
          "user": {
            "buyeruid": "be5e209ad46927520000000000000000"
          },
          "imp": [
            {
              "id": "test-imp-id",
              "banner": {
                "format": [
                  {
                    "w": 728,
                    "h": 90
                  }
                ],
                "w": 728,
                "h": 90
              },
              "ext": {
                "bidder": {
                  "publisherId": 10000000,
                  "adunit": 100000
                }
              }
            }
          ]
        },
        "impIDs": [
          "test-imp-id"
        ]
      },
      "mockResponse": {
        "status": 400,
        "body": "invalid params"
      }
    }
  ],
  "expectedMakeBidsErrors": [
    {
      "value": "Unexpected status code: 400. Run with request.debug = 1 for more info",
      "comparison": "literal"
    }
  ]
}
