mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Re-enable all tests in TestUpdateHostIntervals (#1496)
This commit is contained in:
parent
dfa2d83855
commit
22fbb65db3
1 changed files with 1 additions and 1 deletions
|
|
@ -897,7 +897,7 @@ func TestUpdateHostIntervals(t *testing.T) {
|
|||
},
|
||||
}
|
||||
|
||||
for _, tt := range testCases[4:] {
|
||||
for _, tt := range testCases {
|
||||
t.Run("", func(t *testing.T) {
|
||||
ctx := hostctx.NewContext(context.Background(), tt.initHost)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue