Skip to content

Commit

Permalink
update functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
osulzhenko committed Jan 29, 2025
1 parent 9fbb44b commit ee05c1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class TcfBasicTransmitEidsActivitiesSpec extends PrivacyBaseSpec {
private static final Map<String, String> PBS_CONFIG = SETTING_CONFIG + GENERIC_VENDOR_CONFIG + GENERIC_CONFIG + ["gdpr.vendorlist.v2.http-endpoint-template": null,
"gdpr.vendorlist.v3.http-endpoint-template": null]

private final PrebidServerService activityPbsServiceExcludeGvl = pbsServiceFactory.getService(PBS_CONFIG)
private static final PrebidServerService activityPbsServiceExcludeGvl = pbsServiceFactory.getService(PBS_CONFIG)

def cleanupSpec() {
pbsServiceFactory.removeContainer(PBS_CONFIG)
Expand Down

0 comments on commit ee05c1f

Please sign in to comment.