{
    "mockBidRequest": {
      "id": "test-request-id",
      "device": {
        "ua": "test-user-agent",
        "ip": "123.123.123.123",
        "language": "en",
        "dnt": 0
      },
      "imp": [
        {
          "id": "test-imp-id",
          "banner": {
            "format": [
              {
                "w": 728,
                "h": 90
              }
            ]
          },
          "ext": {
            "bidder": {
              "host": "layer.serve.admatic.com.tr",
              "networkId": 12345
            }
          }
        }
      ]
    },
  
    "httpCalls": [
      {
        "expectedRequest": {
          "headers": {
            "Content-Type": [
              "application/json;charset=utf-8"
            ],
            "Accept": [
              "application/json"
            ],
            "User-Agent": [
              "test-user-agent"
            ],
            "X-Forwarded-For": [
              "123.123.123.123"
            ]
          },
          "uri": "http://pbs.admatic.com.tr?host=layer.serve.admatic.com.tr",
          "body": {
            "id": "test-request-id",
            "device": {
              "ua": "test-user-agent",
              "ip": "123.123.123.123",
              "language": "en",
              "dnt": 0
            },
            "imp": [
              {
                "id": "test-imp-id",
                "banner": {
                  "format": [
                    {
                      "w": 728,
                      "h": 90
                    }
                  ]
                },
                "ext": {
                  "bidder": {
                    "host": "layer.serve.admatic.com.tr",
                    "networkId": 12345
                  }
                }
              }
            ]
          },
          "impIDs": ["test-imp-id"]
        },
        "mockResponse": {
          "status": 400,
          "headers": {}
        }
      }
    ],
    "expectedMakeBidsErrors": [
      {
        "value": "Unexpected status code: 400. Run with request.debug = 1 for more info",
        "comparison": "literal"
      }
    ]
  }
  