mirror of
https://github.com/bitwarden/android.git
synced 2024-11-22 01:16:02 +03:00
PM-11273: Update the 'useKeyConnector' with 'keyConnectorEnabled' (#3813)
This commit is contained in:
parent
f1f16cfee5
commit
23bcfad717
2 changed files with 3 additions and 3 deletions
|
@ -246,7 +246,7 @@ data class SyncResponseJson(
|
||||||
@SerialName("usePolicies")
|
@SerialName("usePolicies")
|
||||||
val shouldUsePolicies: Boolean,
|
val shouldUsePolicies: Boolean,
|
||||||
|
|
||||||
@SerialName("useKeyConnector")
|
@SerialName("keyConnectorEnabled")
|
||||||
val shouldUseKeyConnector: Boolean,
|
val shouldUseKeyConnector: Boolean,
|
||||||
|
|
||||||
@SerialName("keyConnectorUrl")
|
@SerialName("keyConnectorUrl")
|
||||||
|
|
|
@ -58,7 +58,7 @@ private const val SYNC_SUCCESS_JSON = """
|
||||||
"organizations": [
|
"organizations": [
|
||||||
{
|
{
|
||||||
"usePolicies": false,
|
"usePolicies": false,
|
||||||
"useKeyConnector": false,
|
"keyConnectorEnabled": false,
|
||||||
"keyConnectorUrl": "mockKeyConnectorUrl-1",
|
"keyConnectorUrl": "mockKeyConnectorUrl-1",
|
||||||
"type": 1,
|
"type": 1,
|
||||||
"seats": 1,
|
"seats": 1,
|
||||||
|
@ -133,7 +133,7 @@ private const val SYNC_SUCCESS_JSON = """
|
||||||
"providerOrganizations": [
|
"providerOrganizations": [
|
||||||
{
|
{
|
||||||
"usePolicies": false,
|
"usePolicies": false,
|
||||||
"useKeyConnector": false,
|
"keyConnectorEnabled": false,
|
||||||
"keyConnectorUrl": "mockKeyConnectorUrl-1",
|
"keyConnectorUrl": "mockKeyConnectorUrl-1",
|
||||||
"type": 1,
|
"type": 1,
|
||||||
"seats": 1,
|
"seats": 1,
|
||||||
|
|
Loading…
Reference in a new issue