Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
decker502 committed Sep 21, 2017
1 parent 407d853 commit 15c6a11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/pkg/ingress/annotations/serversnippet/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ package serversnippet
import (
"testing"

api "k8s.io/api/core/v1"
extensions "k8s.io/api/extensions/v1beta1"
meta_v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
api "k8s.io/client-go/pkg/api/v1"
extensions "k8s.io/client-go/pkg/apis/extensions/v1beta1"
)

func TestParse(t *testing.T) {
Expand Down

0 comments on commit 15c6a11

Please sign in to comment.