@@ -38,6 +38,7 @@ func TestTeamsLocations(t *testing.T) {
3838 "anonymized_logs_enabled": false,
3939 "ipv4_destination": null,
4040 "client_default": false,
41+ "ecs_support": false,
4142 "created_at": "2020-05-18T22:07:03Z",
4243 "updated_at": "2020-05-18T22:07:05Z"
4344 }
@@ -60,6 +61,7 @@ func TestTeamsLocations(t *testing.T) {
6061 AnonymizedLogsEnabled : false ,
6162 IPv4Destination : "" ,
6263 ClientDefault : false ,
64+ ECSSupport : BoolPtr (false ),
6365 CreatedAt : & createdAt ,
6466 UpdatedAt : & updatedAt ,
6567 }}
@@ -98,6 +100,7 @@ func TestTeamsLocation(t *testing.T) {
98100 "anonymized_logs_enabled": false,
99101 "ipv4_destination": null,
100102 "client_default": false,
103+ "ecs_support": false,
101104 "created_at": "2020-05-18T22:07:03Z",
102105 "updated_at": "2020-05-18T22:07:05Z"
103106 }
@@ -118,6 +121,7 @@ func TestTeamsLocation(t *testing.T) {
118121 AnonymizedLogsEnabled : false ,
119122 IPv4Destination : "" ,
120123 ClientDefault : false ,
124+ ECSSupport : BoolPtr (false ),
121125 CreatedAt : & createdAt ,
122126 UpdatedAt : & updatedAt ,
123127 }
@@ -156,6 +160,7 @@ func TestCreateTeamsLocation(t *testing.T) {
156160 "anonymized_logs_enabled": false,
157161 "ipv4_destination": null,
158162 "client_default": false,
163+ "ecs_support": false,
159164 "created_at": "2020-05-18T22:07:03Z",
160165 "updated_at": "2020-05-18T22:07:05Z"
161166 }
@@ -176,6 +181,7 @@ func TestCreateTeamsLocation(t *testing.T) {
176181 AnonymizedLogsEnabled : false ,
177182 IPv4Destination : "" ,
178183 ClientDefault : false ,
184+ ECSSupport : BoolPtr (false ),
179185 CreatedAt : & createdAt ,
180186 UpdatedAt : & updatedAt ,
181187 }
@@ -218,6 +224,7 @@ func TestUpdateTeamsLocation(t *testing.T) {
218224 "anonymized_logs_enabled": false,
219225 "ipv4_destination": null,
220226 "client_default": false,
227+ "ecs_support": false,
221228 "created_at": "2020-05-18T22:07:03Z",
222229 "updated_at": "2020-05-18T22:07:05Z"
223230 }
@@ -238,6 +245,7 @@ func TestUpdateTeamsLocation(t *testing.T) {
238245 AnonymizedLogsEnabled : false ,
239246 IPv4Destination : "" ,
240247 ClientDefault : false ,
248+ ECSSupport : BoolPtr (false ),
241249 CreatedAt : & createdAt ,
242250 UpdatedAt : & updatedAt ,
243251 }
0 commit comments