File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ import (
2020
2121 "github.com/stretchr/testify/assert"
2222 "github.com/stretchr/testify/require"
23+ temporaliov1alpha1 "github.com/temporalio/temporal-worker-controller/api/v1alpha1"
24+ "github.com/temporalio/temporal-worker-controller/internal/k8s"
25+ "github.com/temporalio/temporal-worker-controller/internal/testhelpers"
2326 "go.temporal.io/sdk/contrib/envconfig"
2427 appsv1 "k8s.io/api/apps/v1"
2528 corev1 "k8s.io/api/core/v1"
@@ -28,10 +31,6 @@ import (
2831 "k8s.io/apimachinery/pkg/types"
2932 "sigs.k8s.io/controller-runtime/pkg/client"
3033 "sigs.k8s.io/controller-runtime/pkg/client/fake"
31-
32- temporaliov1alpha1 "github.com/temporalio/temporal-worker-controller/api/v1alpha1"
33- "github.com/temporalio/temporal-worker-controller/internal/k8s"
34- "github.com/temporalio/temporal-worker-controller/internal/testhelpers"
3534)
3635
3736func TestIsDeploymentHealthy (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments