@@ -998,7 +998,6 @@ describe('RoktManager', () => {
998998 } ;
999999
10001000 roktManager [ 'placementAttributesMapping' ] = [ ] ;
1001- roktManager [ 'configSettings' ] = { } ;
10021001 roktManager . kit = kit as IRoktKit ;
10031002
10041003 const mockIdentity = {
@@ -1044,9 +1043,7 @@ describe('RoktManager', () => {
10441043 } ;
10451044
10461045 roktManager . kit = kit as IRoktKit ;
1047- roktManager [ 'configSettings' ] = {
1048- hashedEmailUserIdentityType : 'Other5'
1049- } ;
1046+ roktManager [ 'hashedEmailUserIdentityType' ] = 'Other5' ;
10501047
10511048 // Set up fresh mocks for this test
10521049 const mockIdentity = {
@@ -1100,9 +1097,7 @@ describe('RoktManager', () => {
11001097 } ;
11011098
11021099 roktManager . kit = kit as IRoktKit ;
1103- roktManager [ 'configSettings' ] = {
1104- hashedEmailUserIdentityType : 'Other5'
1105- } ;
1100+ roktManager [ 'hashedEmailUserIdentityType' ] = 'Other5' ;
11061101
11071102 // Set up fresh mocks for this test
11081103 const mockIdentity = {
@@ -1144,9 +1139,7 @@ describe('RoktManager', () => {
11441139 } ;
11451140
11461141 roktManager . kit = kit as IRoktKit ;
1147- roktManager [ 'configSettings' ] = {
1148- hashedEmailUserIdentityType : 'Other'
1149- } ;
1142+ roktManager [ 'hashedEmailUserIdentityType' ] = 'Other' ;
11501143
11511144 const mockIdentity = {
11521145 getCurrentUser : jest . fn ( ) . mockReturnValue ( {
@@ -1197,9 +1190,7 @@ describe('RoktManager', () => {
11971190 } ;
11981191
11991192 roktManager . kit = kit as IRoktKit ;
1200- roktManager [ 'configSettings' ] = {
1201- hashedEmailUserIdentityType : 'Other'
1202- } ;
1193+ roktManager [ 'hashedEmailUserIdentityType' ] = 'Other' ;
12031194
12041195 // Set up fresh mocks for this test
12051196 const mockIdentity = {
0 commit comments