mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-07-10 00:14:38 +00:00
Align AI chat router test with restart lifecycle
This commit is contained in:
parent
2fdf0e16c8
commit
10e4bd5ff6
1 changed files with 0 additions and 1 deletions
|
|
@ -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{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue