aboutsummaryrefslogtreecommitdiffstats
path: root/src/orchestrator/api/controllerhandler_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/orchestrator/api/controllerhandler_test.go')
-rw-r--r--src/orchestrator/api/controllerhandler_test.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/orchestrator/api/controllerhandler_test.go b/src/orchestrator/api/controllerhandler_test.go
index a2f93ea7..b88fc1e7 100644
--- a/src/orchestrator/api/controllerhandler_test.go
+++ b/src/orchestrator/api/controllerhandler_test.go
@@ -68,6 +68,10 @@ func (m *mockControllerManager) DeleteController(name string) error {
return m.Err
}
+func (m *mockControllerManager) InitControllers() {
+ return
+}
+
func TestControllerCreateHandler(t *testing.T) {
testCases := []struct {
label string