Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mna committed Feb 5, 2025
1 parent 663bf55 commit c85816b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/service/integration_enterprise_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7472,7 +7472,8 @@ func (s *integrationEnterpriseTestSuite) TestHostScriptDetails() {
})
require.NoError(t, err)

// TODO(uniq): use datastore methods
// it's fine to write directly to host_script_results here because we're not testing the execution
// only the script details
insertResults := func(t *testing.T, hostID uint, script *fleet.Script, createdAt time.Time, execID string, exitCode *int64) {
stmt := `
INSERT INTO
Expand Down

0 comments on commit c85816b

Please sign in to comment.