Skip to content

Commit

Permalink
[Windows] Log attrs too
Browse files Browse the repository at this point in the history
  • Loading branch information
Sploder12 committed Jan 30, 2025
1 parent fa981ed commit 379cd35
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions internal/collector/sysinfo/sysinfo_windows_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,7 @@ func TestCollectWindows(t *testing.T) {
assert.Equal(t, want, got, "Collect should return expected sys information")

if !l.AssertLevels(t, tc.logs) {
for _, call := range l.HandleCalls {
t.Logf("Logged %v: %s\n", call.Level, call.Message)
}
l.OutputLogs(t)
}
})
}
Expand Down

0 comments on commit 379cd35

Please sign in to comment.