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 0889b8a commit 4ae0723Copy full SHA for 4ae0723
testing/integration/fleetserver_fips_test.go
@@ -73,6 +73,7 @@ func TestFIPSAgentConnectingToFIPSFleetServerInECHFRH(t *testing.T) {
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
78
agentIsFIPS = item.LocalMetadata.Elastic.Agent.FIPS
79
break
0 commit comments