File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ func TestAADatabase_Update(t *testing.T) {
150150 "enableTls": true,
151151 "globalDataPersistence": "aof-every-1-second",
152152 "globalPassword": "new-password",
153- "enableDefaultUser ": true,
153+ "globalEnableDefaultUser ": true,
154154 "globalSourceIp": [
155155 "192.168.1.0/24"
156156 ],
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ type UpdateActiveActiveDatabase struct {
109109 EnableTls * bool `json:"enableTls,omitempty"`
110110 GlobalDataPersistence * string `json:"globalDataPersistence,omitempty"`
111111 GlobalPassword * string `json:"globalPassword,omitempty"`
112- GlobalEnableDefaultUser * bool `json:"enableDefaultUser ,omitempty"`
112+ GlobalEnableDefaultUser * bool `json:"globalEnableDefaultUser ,omitempty"`
113113 GlobalSourceIP []* string `json:"globalSourceIp,omitempty"`
114114 GlobalAlerts * []* Alert `json:"globalAlerts,omitempty"`
115115 Regions []* LocalRegionProperties `json:"regions,omitempty"`
You can’t perform that action at this time.
0 commit comments