diff --git a/test/kbaseauthcontroller/controller.go b/test/kbaseauthcontroller/controller.go index e96c140..cc51a9a 100644 --- a/test/kbaseauthcontroller/controller.go +++ b/test/kbaseauthcontroller/controller.go @@ -168,6 +168,7 @@ func installTemplates(authJarPath string, templateDir string) error { } defer destination.Close() + fmt.Println("pass this line") io.Copy(destination, source) } }