Skip to content

Commit

Permalink
Move fields to proper place
Browse files Browse the repository at this point in the history
  • Loading branch information
marki1an committed Sep 12, 2023
1 parent eac072e commit 3b29fb8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ import static org.prebid.server.functional.testcontainers.Dependencies.getNetwor

class TargetingSpec extends BaseSpec {

private static final Integer TARGETING_PARAM_NAME_MAX_LENGTH = 20
private static final Integer MAX_AMP_TARGETING_TRUNCATION_LENGTH = 11

def "PBS should include targeting bidder specific keys when alwaysIncludeDeals is true and deal bid wins"() {
given: "Bid request with alwaysIncludeDeals = true"
def bidRequest = BidRequest.defaultBidRequest.tap {
Expand Down Expand Up @@ -189,9 +192,6 @@ class TargetingSpec extends BaseSpec {
true || false || "hb_deal" || "hb_deal_" + GENERIC.value
}

private static final Integer TARGETING_PARAM_NAME_MAX_LENGTH = 20
private static final Integer MAX_AMP_TARGETING_TRUNCATION_LENGTH = 11

def "PBS should copy amp query params to ext.prebid.amp.data when amp request specified"() {
given: "Default AmpRequest"
def ampRequest = AmpRequest.defaultAmpRequest
Expand Down

0 comments on commit 3b29fb8

Please sign in to comment.