Skip to content

Commit 95fc1c0

Browse files
check advanced_settings attribute unchanged in integrations test
1 parent 8f3620e commit 95fc1c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kibana/fleet_integration_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ func testUpdatePolicyKibana(t *testing.T, client *Client, testPolicy AgentPolicy
184184
require.Equal(t, respPolicy.InactivityTImeout, updateResp.InactivityTImeout)
185185
require.Equal(t, respPolicy.Description, updateResp.Description)
186186
require.Equal(t, respPolicy.IsProtected, updateResp.IsProtected)
187+
require.Equal(t, respPolicy.AdvancedSettings, updateResp.AdvancedSettings)
187188

188189
// Enable tamper protection
189190
updatePolicyTamperProtection := AgentPolicyUpdateRequest{

0 commit comments

Comments
 (0)