Skip to content

Commit

Permalink
Test update -- need one more Maybe() (#2029)
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaMahany authored Jan 6, 2025
1 parent 3308194 commit 9c3ae11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/watchdog/controller_windows_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func TestInterrupt_Multiple(t *testing.T) {
mockKnapsack := typesmocks.NewKnapsack(t)
mockKnapsack.On("RootDirectory").Return(tempRootDir)
mockKnapsack.On("Slogger").Return(testSlogger)
mockKnapsack.On("Identifier").Return("kolide-k2")
mockKnapsack.On("Identifier").Return("kolide-k2").Maybe()
mockKnapsack.On("KolideServerURL").Return("k2device.kolide.com")
mockKnapsack.On("LauncherWatchdogEnabled").Return(false).Maybe()

Expand Down

0 comments on commit 9c3ae11

Please sign in to comment.