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 28, 2025
1 parent e7a1e41 commit 9fbb44b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ import static org.prebid.server.functional.model.response.auction.ErrorType.PREB

class AnalyticsTagsModuleSpec extends ModuleBaseSpec {

private static final PrebidServerService pbsServiceWithEnabledOrtb2Blocking = pbsServiceFactory.getService(ortb2BlockingSettings)
private static final PrebidServerService pbsServiceWithEnabledOrtb2Blocking = pbsServiceFactory.getService(getOrtb2BlockingSettings())

def cleanupSpec() {
pbsServiceFactory.removeContainer(ortb2BlockingSettings)
pbsServiceFactory.removeContainer(getOrtb2BlockingSettings())
}

def "PBS should include analytics tag for ortb2-blocking module in response when request and account allow client details"() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ class PbRequestCorrectionSpec extends ModuleBaseSpec {
private static final String ANDROID = "android"
private static final String IOS = "IOS"

private static final PrebidServerService pbsServiceWithRequestCorrectionModule = pbsServiceFactory.getService(requestCorrectionSettings)
private static final PrebidServerService pbsServiceWithRequestCorrectionModule = pbsServiceFactory.getService(getRequestCorrectionSettings())

def cleanupSpec() {
pbsServiceFactory.removeContainer(requestCorrectionSettings)
pbsServiceFactory.removeContainer(getRequestCorrectionSettings())
}

def "PBS should remove positive instl from imps for android app when request correction is enabled for account"() {
Expand Down

0 comments on commit 9fbb44b

Please sign in to comment.