File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/test/groovy/org/prebid/server/functional/tests/privacy Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -110,12 +110,14 @@ abstract class PrivacyBaseSpec extends BaseSpec {
110110 GENERIC_CONFIG + GDPR_VENDOR_LIST_CONFIG + GENERIC_VENDOR_CONFIG + RETRY_POLICY_EXPONENTIAL_CONFIG
111111
112112 @Shared
113- protected final PrebidServerService privacyPbsService = pbsServiceFactory . getService( GENERAL_PRIVACY_CONFIG + GDPR_EEA_COUNTRY )
113+ protected static PrebidServerService privacyPbsService
114114
115115 @Shared
116- protected final PrebidServerService activityPbsService = pbsServiceFactory . getService( OPENX_CONFIG + SETTING_CONFIG + GENERAL_PRIVACY_CONFIG )
116+ protected static PrebidServerService activityPbsService
117117
118118 def setupSpec () {
119+ privacyPbsService = pbsServiceFactory. getService(GENERAL_PRIVACY_CONFIG + GDPR_EEA_COUNTRY )
120+ activityPbsService = pbsServiceFactory. getService(OPENX_CONFIG + SETTING_CONFIG + GENERAL_PRIVACY_CONFIG )
119121 vendorListResponse. setResponse()
120122 }
121123
You can’t perform that action at this time.
0 commit comments