You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/test/groovy/org/prebid/server/functional/tests/module/responsecorrenction/ResponseCorrectionSpec.groovy
def"PBS should reject auction with 353 code when suppress IBV is enabled, imp media type is Banner, bid response meta media type is Video, and excluded list lacks request bidder"() {
742
-
given: "Default bid request with banner and APP"
743
-
def bidRequest = getDefaultBidRequest(APP).tap {
744
-
ext.prebid.returnAllBidStatus =true
745
-
}
746
-
747
-
and: "Save account with enabled response correction module and suppress ibv"
742
+
def"PBS should reject auction with 353 code when suppress IBV is enabled, imp media type and bid response meta media type is different, and excluded list lacks request bidder"() {
743
+
given: "Save account with enabled response correction module and suppress ibv"
def"PBS should reject auction with 353 code when enabled suppress ibv and multi-imp with different media type and bid response meta media type with Video"() {
0 commit comments