PM-11273: Update the 'useKeyConnector' with 'keyConnectorEnabled' (#3813)

This commit is contained in:
David Perez 2024-08-22 17:05:46 -05:00 committed by GitHub
parent f1f16cfee5
commit 23bcfad717
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -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")

View file

@ -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,