{
  "mockBidRequest": {
    "id": "test-request-id",
    "imp": [
      {
        "id": "test-imp-id",
        "banner": {
          "format": [
            {
              "w": 300,
              "h": 250
            }
          ]
        },
        "ext": {
          "bidder": {
            "widgetId": "1"
          }
        }
      }
    ],
    "site": {
      "page": "http://example.com",
      "ref": "http://example.com"
    },
    "device": {
      "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36",
      "h": 500,
      "w": 1000
    }
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "http://example.com/hb",
        "body": {
          "id": "test-request-id",
          "ext": {
            "nativery": {
              "isAmp": false,
              "widgetId": "1"
            }
          },
          "imp": [
            {
              "id": "test-imp-id",
              "banner": {
                "format": [
                  {
                    "w": 300,
                    "h": 250
                  }
                ]
              },
              "ext": {
                "bidder": {
                  "widgetId": "1"
                }
              }
            }
          ],
          "site": {
            "page": "http://example.com",
            "ref": "http://example.com"
          },
          "device": {
            "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36",
            "h": 500,
            "w": 1000
          }
        },
        "impIDs": ["test-imp-id"]
      },
      "mockResponse": {
        "status": 400,
        "body": {}
      }
    }
  ],

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