Skip to content

Commit

Permalink
fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
przemkaczmarek committed Feb 11, 2025
1 parent a4a15ee commit 5b0ba54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exchange/exchange_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2194,7 +2194,7 @@ func runSpec(t *testing.T, filename string, spec *exchangeSpec) {
PriceFloors: config.AccountPriceFloors{Enabled: spec.AccountFloorsEnabled, EnforceDealFloors: spec.AccountEnforceDealFloors},
Privacy: spec.AccountPrivacy,
Validations: spec.AccountConfigBidValidation,
// GDPR: config.AccountGDPR{EEACountries: spec.AccountEEACountries},
GDPR: config.AccountGDPR{EEACountries: spec.AccountEEACountries},
},
UserSyncs: mockIdFetcher(spec.IncomingRequest.Usersyncs),
ImpExtInfoMap: impExtInfoMap,
Expand Down Expand Up @@ -5521,7 +5521,7 @@ type exchangeSpec struct {
Server exchangeServer `json:"server,omitempty"`
AccountPrivacy config.AccountPrivacy `json:"accountPrivacy,omitempty"`
ORTBVersion map[string]string `json:"ortbversion"`
//AccountEEACountries []string `json:"account_eea_countries"`
AccountEEACountries []string `json:"account_eea_countries"`
}

type multiBidSpec struct {
Expand Down

0 comments on commit 5b0ba54

Please sign in to comment.