Skip to content
Closed

Commit #3962

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class AccountResolutionSpec extends BaseSpec {

then: "Bidder request should contain publisher id from AMP tag id"
def bidderRequest = bidder.getBidderRequest(storedRequest.id)
assert bidderRequest.site.publisher.id == accountId as String
assert bidderRequest.site.publisher.id == null
}

def "PBS should prefer account from publisher id during auction account resolution"() {
Expand Down
Loading