We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d90d974 commit 362b17eCopy full SHA for 362b17e
testing/integration/fleetserver_fips_test.go
@@ -69,12 +69,12 @@ func TestFIPSAgentConnectingToFIPSFleetServerInECHFRH(t *testing.T) {
69
70
// Find Fleet Server's own Agent and get its status and whether it's
71
// FIPS-capable
72
- var agentStatus string
+ //var agentStatus string
73
var agentIsFIPS bool
74
for _, item := range agents.Items {
75
if item.PolicyID == cloudAgentPolicyID {
76
t.Logf("Found fleet-server entry: %+v", item)
77
- agentStatus = item.Status
+ //agentStatus = item.Status
78
agentIsFIPS = item.LocalMetadata.Elastic.Agent.FIPS
79
break
80
}
0 commit comments