mirror of
https://github.com/fleetdm/fleet
synced 2026-05-18 22:49:19 +00:00
This test was failing in Dec 2022, because in this line: ```go _, err := sut.GetFeed((now.AddDate(0, 1, 0)).Month(), now.Year()) ``` `(now.AddDate(0, 1, 0)).Month()` returns `"January"` , and `now.Year()` returns `2022` , so we were sending a date in the past. |
||
|---|---|---|
| .. | ||
| msrc | ||
| nvd | ||
| oval | ||
| testdata | ||
| utils | ||