mirror of
https://github.com/bitwarden/android.git
synced 2026-04-28 20:08:27 -05:00
[PM-31954] Add server communication models to ConfigResponseJson (#6500)
This commit is contained in:
@@ -7710,6 +7710,7 @@ class AuthRepositoryTest {
|
||||
ssoUrl = "mockSsoUrl",
|
||||
),
|
||||
featureStates = emptyMap(),
|
||||
communication = null,
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
@@ -324,5 +324,6 @@ private val SERVER_CONFIG = ServerConfig(
|
||||
"dummy-boolean" to JsonPrimitive(true),
|
||||
"flexible-collections-v-1" to JsonPrimitive(false),
|
||||
),
|
||||
communication = null,
|
||||
),
|
||||
)
|
||||
|
||||
@@ -54,5 +54,6 @@ private val SERVER_CONFIG = ServerConfig(
|
||||
"flexible-collections-v-1" to JsonPrimitive(false),
|
||||
"dummy-boolean" to JsonPrimitive(true),
|
||||
),
|
||||
communication = null,
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user