Skip to content

Commit

Permalink
Add comment to replace ES query with API call (#5694)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1e10bb4)
  • Loading branch information
ycombinator authored and mergify[bot] committed Oct 4, 2024
1 parent 1aa3e46 commit 4d84171
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testing/integration/install_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,8 @@ func TestInstallUninstallAudit(t *testing.T) {
require.NoError(t, err)
}

// TODO: replace direct query to ES index with API call to Fleet
// Blocked on https://github.com/elastic/kibana/issues/194884
response, err := info.ESClient.Get(".fleet-agents", agentID, info.ESClient.Get.WithContext(ctx))
require.NoError(t, err)
defer response.Body.Close()
Expand Down

0 comments on commit 4d84171

Please sign in to comment.