Skip to content

Commit

Permalink
Fix invalid functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
osulzhenko committed Oct 18, 2024
1 parent 87e36d9 commit d0c5bbf
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
package org.prebid.server.functional.model.bidder

import com.fasterxml.jackson.annotation.JsonProperty
class GeneralBidderAdapter extends Generic {

class GeneralBidderAdapter implements BidderAdapter {

Object exampleProperty
Integer firstParam
Integer secondParam
@JsonProperty("dealsonly")
Boolean dealsOnly
@JsonProperty("pgdealsonly")
Boolean pgDealsOnly
String siteId
List<Integer> size
String sid
Expand Down

0 comments on commit d0c5bbf

Please sign in to comment.