mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 01:15:54 +03:00
Posthog: fix test. User consent must be provided to touch Posthog API.
This commit is contained in:
parent
c8277e2d43
commit
307ac4060e
1 changed files with 2 additions and 0 deletions
|
@ -97,6 +97,7 @@ class DefaultVectorAnalyticsTest {
|
|||
@Test
|
||||
fun `given lateinit user properties when valid analytics id updates then identify with lateinit properties`() = runTest {
|
||||
fakeLateInitUserPropertiesFactory.givenCreatesProperties(A_LATE_INIT_USER_PROPERTIES)
|
||||
fakeAnalyticsStore.givenUserContent(true)
|
||||
|
||||
fakeAnalyticsStore.givenAnalyticsId(AN_ANALYTICS_ID)
|
||||
|
||||
|
@ -106,6 +107,7 @@ class DefaultVectorAnalyticsTest {
|
|||
@Test
|
||||
fun `when signing out then resets posthog and closes Sentry`() = runTest {
|
||||
fakeAnalyticsStore.allowSettingAnalyticsIdToCallBackingFlow()
|
||||
fakeAnalyticsStore.givenUserContent(true)
|
||||
|
||||
defaultVectorAnalytics.onSignOut()
|
||||
|
||||
|
|
Loading…
Reference in a new issue