Skip to content

Commit

Permalink
fix up test mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
zackattack01 committed Jan 6, 2025
1 parent 29ee3ad commit 7dd778f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ee/watchdog/controller_windows_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ func TestInterrupt_Multiple(t *testing.T) {
mockKnapsack.On("Slogger").Return(testSlogger)
mockKnapsack.On("Identifier").Return("kolide-k2")
mockKnapsack.On("KolideServerURL").Return("k2device.kolide.com")
mockKnapsack.On("LauncherWatchdogEnabled").Return(false).Maybe()

controller, _ := NewController(context.TODO(), mockKnapsack, "")

Expand Down

0 comments on commit 7dd778f

Please sign in to comment.