Skip to content

Commit

Permalink
remove unused goroutine
Browse files Browse the repository at this point in the history
  • Loading branch information
yalosev committed Oct 26, 2023
1 parent 72ef8e8 commit fc2cd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kube_config_manager/kube_config_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func initKubeConfigManager(t *testing.T, kubeClient *klient.Client, cmData map[s
err = kcm.Init()
g.Expect(err).ShouldNot(HaveOccurred(), "KubeConfigManager should init correctly")

go kcm.Start()
kcm.Start()

return kcm
}
Expand Down

0 comments on commit fc2cd8d

Please sign in to comment.