diff --git a/src/register/RegistrationPage.test.jsx b/src/register/RegistrationPage.test.jsx index a98d55d5..5f23e2c2 100644 --- a/src/register/RegistrationPage.test.jsx +++ b/src/register/RegistrationPage.test.jsx @@ -892,6 +892,7 @@ describe('RegistrationPage', () => { country: 'PK', social_auth_provider: 'Apple', total_registration_time: 0, + app_name: APP_NAME, })); }); });