Skip to content

Commit 4ae0723

Browse files
Add log line to failing test
1 parent 0889b8a commit 4ae0723

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/integration/fleetserver_fips_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ func TestFIPSAgentConnectingToFIPSFleetServerInECHFRH(t *testing.T) {
7373
var agentIsFIPS bool
7474
for _, item := range agents.Items {
7575
if item.PolicyID == cloudAgentPolicyID {
76+
t.Logf("Found fleet-server entry: %+v", item)
7677
agentStatus = item.Status
7778
agentIsFIPS = item.LocalMetadata.Elastic.Agent.FIPS
7879
break

0 commit comments

Comments
 (0)