Skip to content

Commit ee05c1f

Browse files
committed
update functional tests
1 parent 9fbb44b commit ee05c1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/groovy/org/prebid/server/functional/tests/privacy/TcfBasicTransmitEidsActivitiesSpec.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class TcfBasicTransmitEidsActivitiesSpec extends PrivacyBaseSpec {
3030
private static final Map<String, String> PBS_CONFIG = SETTING_CONFIG + GENERIC_VENDOR_CONFIG + GENERIC_CONFIG + ["gdpr.vendorlist.v2.http-endpoint-template": null,
3131
"gdpr.vendorlist.v3.http-endpoint-template": null]
3232

33-
private final PrebidServerService activityPbsServiceExcludeGvl = pbsServiceFactory.getService(PBS_CONFIG)
33+
private static final PrebidServerService activityPbsServiceExcludeGvl = pbsServiceFactory.getService(PBS_CONFIG)
3434

3535
def cleanupSpec() {
3636
pbsServiceFactory.removeContainer(PBS_CONFIG)

0 commit comments

Comments
 (0)