Skip to content

Commit

Permalink
UPS test adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
junaed-optimizely committed Nov 26, 2024
1 parent 3ccbab4 commit f47a198
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/optimizely/index.tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -5881,6 +5881,9 @@ describe('lib/optimizely', function() {
optlyInstance = new Optimizely({
clientEngine: 'node-sdk',
datafile: testData.getTestDecideProjectConfig(),
projectConfigManager: getMockProjectConfigManager({
initConfig: createProjectConfig(testData.getTestDecideProjectConfig()),
}),
userProfileService: userProfileServiceInstance,
errorHandler: errorHandler,
eventDispatcher: eventDispatcher,
Expand Down Expand Up @@ -6121,6 +6124,9 @@ describe('lib/optimizely', function() {
optlyInstance = new Optimizely({
clientEngine: 'node-sdk',
datafile: testData.getTestDecideProjectConfig(),
projectConfigManager: getMockProjectConfigManager({
initConfig: createProjectConfig(testData.getTestDecideProjectConfig()),
}),
userProfileService: userProfileServiceInstance,
errorHandler: errorHandler,
eventDispatcher: eventDispatcher,
Expand Down

0 comments on commit f47a198

Please sign in to comment.