Skip to content

Commit c273806

Browse files
authored
Update util_test.go
fixing path import for elasticsearch api
1 parent 047a921 commit c273806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/k8shandler/util_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package k8shandler
33
import (
44
"testing"
55

6-
api "github.com/openshift/elasticsearch-operator/pkg/apis/elasticsearch/v1"
6+
api "github.com/openshift/elasticsearch-operator/pkg/apis/logging/v1"
77
)
88

99
func TestSelectorsBothUndefined(t *testing.T) {

0 commit comments

Comments
 (0)