{
  "mockBidRequest": {
    "id": "test-req",
    "user": {
      "ext": {
        "consent": "dummy"
      }
    },
    "imp": [
      {
        "id": "test-req",
        "banner": {
          "format": [
            {
              "w": 300,
              "h": 250
            }
          ]
        },
        "ext": {
          "bidder": {
            "account": "demo",
            "location": "_adhese_prebid_demo_",
            "format": "leaderboard",
            "targets": {
              "ci": ["gent", "brussels"],
              "ag": ["55"],
              "tl": ["all"]
            }
          }
        }
      }
    ],
    "site": {
      "id": "test",
      "publisher": {
        "id": "123"
      }
    }
  },
  "httpCalls": [
    {
      "expectedRequest": {
        "uri": "https://demo.foo.bar/",
        "impIDs": ["test-req"],
        "body": {
          "id": "test-req",
          "imp": [
            {
              "banner": {
                "format": [
                  {
                    "h": 250,
                    "w": 300
                  }
                ]
              },
              "ext": {
                "adhese": {
                  "SL": ["_adhese_prebid_demo_-leaderboard"],
                  "ag": ["55"],
                  "ci": ["gent", "brussels"],
                  "tl": ["all"]
                }
              },
              "id": "test-req"
            }
          ],
          "site": {
            "id": "test",
            "publisher": {
              "id": "123"
            }
          },
          "user": {
            "ext": {
              "consent": "dummy"
            }
          }
        }
      },
      "mockResponse": {
        "status": 501,
        "body": [
          {
            "origin": "JERLICIA",
            "originInstance": "",
            "ext": "js",
            "slotName": "_main_page_-leaderboard",
            "adType": "leaderboard",
            "orderId": "888",
            "id": "60613369",
            "width": "728",
            "height": "90",
            "body": "<div style='background-color:red; height:250px; width:300px'></div>",
            "tracker": "https://hosts-demo.adhese.com/rtb_gateway/handlers/client/track/?id=a2f39296-6dd0-4b3c-be85-7baa22e7ff4a",
            "impressionCounter": "https://hosts-demo.adhese.com/rtb_gateway/handlers/client/track/?id=a2f39296-6dd0-4b3c-be85-7baa22e7ff4a",
            "extension": {
              "prebid": {
                "cpm": {
                  "amount": "1",
                  "currency": "USD"
                }
              }
            }
          }
        ]
      }
    }
  ],
  "expectedBidResponses": [],
  "expectedMakeBidsErrors": [
    {
      "value": "Unexpected status code: 501. Run with request.debug = 1 for more info",
      "comparison": "literal"
    }
  ]
}
