Skip to content

Commit a23271a

Browse files
committed
address pr comments
1 parent 2130b0f commit a23271a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/core/executors/RefreshUserOperationExecutor.test.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ describe('RefreshUserOperationExecutor', () => {
125125
type: SubscriptionType.Email,
126126
token: 'test@example.com',
127127
notification_types: NotificationType.UserOptedOut,
128+
device_os: '56',
129+
device_model: '',
130+
sdk: __VERSION__,
128131
},
129132
],
130133
});
@@ -161,6 +164,9 @@ describe('RefreshUserOperationExecutor', () => {
161164
enabled: false,
162165
token: 'test@example.com',
163166
type: SubscriptionType.Email,
167+
device_os: '56',
168+
device_model: '',
169+
sdk: __VERSION__,
164170
});
165171
});
166172

0 commit comments

Comments
 (0)