()
| 37 | func (s *stubManager) RemoveUser(context.Context, string, string) error { return nil } |
| 38 | |
| 39 | func newTestAPI() *nodeapi.API { |
| 40 | return nodeapi.New(&stubManager{}) |
| 41 | } |
| 42 | |
| 43 | func TestAPIDispatcher_StatusAndConfig(t *testing.T) { |
| 44 | t.Parallel() |
no test coverage detected