{
  "description": "incoming req.ext.prebid.multibid comes with a mixed case bidder name. Expect the same bidder name casing in the outgoing ext.prebid.multibid field",
  "incomingRequest": {
    "ortbRequest": {
      "id": "some-request-id",
      "site": {
        "page": "test.somepage.com"
      },
      "imp": [
        {
          "id": "my-imp-id",
          "video": {
            "mimes": [
              "video/mp4"
            ]
          },
          "ext": {
            "prebid": {
              "bidder": {
                "pubmatic": {
                  "publisherId": "5890"
                },
                "appnexus": {
                  "placementId": 1
                }
              }
            }
          }
        },
        {
          "id": "imp-id-2",
          "video": {
            "mimes": [
              "video/mp4"
            ]
          },
          "ext": {
            "prebid": {
              "bidder": {
                "pubmatic": {
                  "publisherId": "5890"
                },
                "appnexus": {
                  "placementId": 1
                }
              }
            }
          }
        }
      ],
      "ext": {
        "prebid": {
          "targeting": {
            "includewinners": true,
            "includebidderkeys": true,
            "pricegranularity": {
              "precision": 2,
              "ranges": [
                {
                  "min": 0,
                  "max": 20,
                  "increment": 0.1
                }
              ]
            }
          },
          "multibid": [
            {
              "bidder": "PUBmatic",
              "maxbids": 2,
              "targetbiddercodeprefix": "pubm"
            },
            {
              "bidders": [
                "appnexus",
                "someBidder"
              ],
              "maxbids": 2
            }
          ]
        }
      }
    }
  },
  "outgoingRequests": {
    "pubmatic": {
      "expectRequest": {
        "ortbRequest": {
          "id": "some-request-id",
          "site": {
            "page": "test.somepage.com"
          },
          "imp": [
            {
              "id": "my-imp-id",
              "video": {
                "mimes": [
                  "video/mp4"
                ]
              },
              "ext": {
                "bidder": {
                  "publisherId": "5890"
                }
              }
            },
            {
              "id": "imp-id-2",
              "video": {
                "mimes": [
                  "video/mp4"
                ]
              },
              "ext": {
                "bidder": {
                  "publisherId": "5890"
                }
              }
            }
          ],
          "ext": {
            "prebid": {
              "multibid": [
                {
                  "bidder": "PUBmatic",
                  "maxbids": 2,
                  "targetbiddercodeprefix": "pubm"
                }
              ]
            }
          }
        }
      },
      "mockResponse": {
        "pbsSeatBids": [
          {
            "pbsBids": [
              {
                "ortbBid": {
                  "id": "winning-bid",
                  "impid": "my-imp-id",
                  "price": 0.71,
                  "w": 200,
                  "h": 250,
                  "crid": "creative-1"
                },
                "bidType": "video",
                "bidMeta": {
                }
              },
              {
                "ortbBid": {
                  "id": "losing-bid",
                  "impid": "my-imp-id",
                  "price": 0.21,
                  "w": 200,
                  "h": 250,
                  "crid": "creative-2"
                },
                "bidType": "video",
                "bidMeta": {
                }
              },
              {
                "ortbBid": {
                  "id": "other-bid",
                  "impid": "imp-id-2",
                  "price": 0.61,
                  "w": 300,
                  "h": 500,
                  "crid": "creative-3"
                },
                "bidType": "video",
                "bidMeta": {
                }
              },
              {
                "ortbBid": {
                  "id": "contending-bid",
                  "impid": "my-imp-id",
                  "price": 0.51,
                  "w": 200,
                  "h": 250,
                  "crid": "creative-4"
                },
                "bidType": "video",
                "bidMeta": {
                }
              }
            ],
            "seat": "pubmatic"
          }
        ]
      }
    },
    "appnexus": {
      "expectRequest": {
        "ortbRequest": {
          "id": "some-request-id",
          "site": {
            "page": "test.somepage.com"
          },
          "imp": [
            {
              "id": "my-imp-id",
              "video": {
                "mimes": [
                  "video/mp4"
                ]
              },
              "ext": {
                "bidder": {
                  "placementId": 1
                }
              }
            },
            {
              "id": "imp-id-2",
              "video": {
                "mimes": [
                  "video/mp4"
                ]
              },
              "ext": {
                "bidder": {
                  "placementId": 1
                }
              }
            }
          ],
          "ext": {
            "prebid": {
              "multibid": [
                {
                  "bidders": [
                    "appnexus"
                  ],
                  "maxbids": 2
                }
              ]
            }
          }
        }
      },
      "mockResponse": {
        "pbsSeatBids": [
          {
            "pbsBids": [
              {
                "ortbBid": {
                  "id": "apn-bid",
                  "impid": "my-imp-id",
                  "price": 0.3,
                  "w": 200,
                  "h": 500,
                  "crid": "creative-a-1"
                },
                "bidType": "banner",
                "bidMeta": {
                }
              },
              {
                "ortbBid": {
                  "id": "apn-bid-2",
                  "impid": "my-imp-id",
                  "price": 0.3,
                  "w": 200,
                  "h": 500,
                  "crid": "creative-a-2"
                },
                "bidType": "banner",
                "bidMeta": {
                }
              }
            ],
            "seat": "appnexus"
          }
        ]
      }
    }
  },
  "response": {
    "bids": {
      "id": "some-request-id",
      "seatbid": [
        {
          "seat": "pubmatic",
          "bid": [
            {
              "id": "winning-bid",
              "impid": "my-imp-id",
              "price": 0.71,
              "w": 200,
              "h": 250,
              "crid": "creative-1",
              "ext": {
                "origbidcpm": 0.71,
                "prebid": {
                  "meta": {
                  },
                  "type": "video",
                  "targeting": {
                    "hb_bidder": "pubmatic",
                    "hb_bidder_pubmatic": "pubmatic",
                    "hb_cache_host": "www.pbcserver.com",
                    "hb_cache_host_pubmat": "www.pbcserver.com",
                    "hb_cache_path": "/pbcache/endpoint",
                    "hb_cache_path_pubmat": "/pbcache/endpoint",
                    "hb_pb": "0.70",
                    "hb_pb_pubmatic": "0.70",
                    "hb_size": "200x250",
                    "hb_size_pubmatic": "200x250"
                  },
                  "targetbiddercode": "pubmatic"
                }
              }
            },
            {
              "id": "losing-bid",
              "impid": "my-imp-id",
              "price": 0.21,
              "w": 200,
              "h": 250,
              "crid": "creative-2",
              "ext": {
                "origbidcpm": 0.21,
                "prebid": {
                  "meta": {
                  },
                  "type": "video"
                }
              }
            },
            {
              "id": "other-bid",
              "impid": "imp-id-2",
              "price": 0.61,
              "w": 300,
              "h": 500,
              "crid": "creative-3",
              "ext": {
                "origbidcpm": 0.61,
                "prebid": {
                  "meta": {
                  },
                  "type": "video",
                  "targeting": {
                    "hb_bidder": "pubmatic",
                    "hb_bidder_pubmatic": "pubmatic",
                    "hb_cache_host": "www.pbcserver.com",
                    "hb_cache_host_pubmat": "www.pbcserver.com",
                    "hb_cache_path": "/pbcache/endpoint",
                    "hb_cache_path_pubmat": "/pbcache/endpoint",
                    "hb_pb": "0.60",
                    "hb_pb_pubmatic": "0.60",
                    "hb_size": "300x500",
                    "hb_size_pubmatic": "300x500"
                  },
                  "targetbiddercode": "pubmatic"
                }
              }
            },
            {
              "id": "contending-bid",
              "impid": "my-imp-id",
              "price": 0.51,
              "w": 200,
              "h": 250,
              "crid": "creative-4",
              "ext": {
                "origbidcpm": 0.51,
                "prebid": {
                  "meta": {
                  },
                  "type": "video",
                  "targeting": {
                    "hb_bidder_pubm2": "pubm2",
                    "hb_cache_host_pubm2": "www.pbcserver.com",
                    "hb_cache_path_pubm2": "/pbcache/endpoint",
                    "hb_pb_pubm2": "0.50",
                    "hb_size_pubm2": "200x250"
                  },
                  "targetbiddercode": "pubm2"
                }
              }
            }
          ]
        },
        {
          "seat": "appnexus",
          "bid": [
            {
              "id": "apn-bid",
              "impid": "my-imp-id",
              "price": 0.3,
              "w": 200,
              "h": 500,
              "crid": "creative-a-1",
              "ext": {
                "origbidcpm": 0.3,
                "prebid": {
                  "meta": {
                  },
                  "targetbiddercode": "appnexus",
                  "type": "banner",
                  "targeting": {
                    "hb_bidder_appnexus": "appnexus",
                    "hb_cache_host_appnex": "www.pbcserver.com",
                    "hb_cache_path_appnex": "/pbcache/endpoint",
                    "hb_pb_appnexus": "0.20",
                    "hb_size_appnexus": "200x500"
                  }
                }
              }
            },
            {
              "id": "apn-bid-2",
              "impid": "my-imp-id",
              "price": 0.3,
              "w": 200,
              "h": 500,
              "crid": "creative-a-2",
              "ext": {
                "origbidcpm": 0.3,
                "prebid": {
                  "meta": {
                  },
                  "type": "banner"
                }
              }
            }
          ]
        }
      ]
    }
  }
}