Skip to content

Commit

Permalink
Fix issue with connection for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
osulzhenko committed Jan 27, 2025
1 parent aa3d6f3 commit 629a847
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,9 @@ abstract class BaseSpec extends Specification implements ObjectMapperWrapper {
"adapters.generic.aliases.alias.endpoint": "$networkServiceContainer.rootUri/auction".toString()]

@Shared
protected static PrebidServerService defaultPbsService
protected static PrebidServerService defaultPbsService = pbsServiceFactory.getService([:])

def setupSpec() {
defaultPbsService = pbsServiceFactory.getService([:])
prebidCache.setResponse()
bidder.setResponse()
vendorList.setResponse()
Expand Down

0 comments on commit 629a847

Please sign in to comment.