Skip to content

Commit

Permalink
fix(resource-gateway): fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
VaibhavPage committed Feb 19, 2020
1 parent d4460d7 commit 59cc801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateways/server/resource/start_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ limitations under the License.
package resource

import (
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
"testing"

"github.com/argoproj/argo-events/pkg/apis/eventsources/v1alpha1"
"github.com/mitchellh/mapstructure"
"github.com/smartystreets/goconvey/convey"
corev1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
"k8s.io/client-go/kubernetes/fake"
)

Expand Down

0 comments on commit 59cc801

Please sign in to comment.