mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 02:25:56 +00:00
Align AI chat router test with restart lifecycle
This commit is contained in:
@@ -386,7 +386,6 @@ func TestRouterAIChatControl(t *testing.T) {
|
||||
t.Run("calls through to ai handler", func(t *testing.T) {
|
||||
mockSvc := &MockAIService{}
|
||||
mockSvc.On("Stop", mock.Anything).Return(nil)
|
||||
mockSvc.On("IsRunning").Return(true)
|
||||
mockSvc.On("Restart", mock.Anything, mock.Anything).Return(nil)
|
||||
|
||||
handler := &AIHandler{}
|
||||
|
||||
Reference in New Issue
Block a user