Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Sunghoon Kang <hoon@akuity.io>
  • Loading branch information
Sunghoon Kang committed Nov 10, 2023
1 parent c1188e7 commit cfb347a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion internal/test/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ import (
"encoding/base64"
"time"

"github.com/akuity/grpc-gateway-client/internal/test/gen/testv1"
"github.com/bufbuild/protoyaml-go"
"google.golang.org/genproto/googleapis/api/httpbody"

"github.com/akuity/grpc-gateway-client/internal/test/gen/testv1"
)

type testServiceServer struct {
Expand Down
7 changes: 4 additions & 3 deletions pkg/grpc/gateway/request_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ import (
"testing"
"time"

"github.com/akuity/grpc-gateway-client/internal/test/gen/testv1"
"github.com/akuity/grpc-gateway-client/internal/test/server"
"github.com/akuity/grpc-gateway-client/pkg/grpc/gateway"
"github.com/bufbuild/protoyaml-go"
"github.com/grpc-ecosystem/grpc-gateway/v2/runtime"
"github.com/stretchr/testify/suite"
Expand All @@ -21,6 +18,10 @@ import (
"google.golang.org/grpc/credentials/insecure"
"google.golang.org/grpc/test/bufconn"
"google.golang.org/protobuf/proto"

"github.com/akuity/grpc-gateway-client/internal/test/gen/testv1"
"github.com/akuity/grpc-gateway-client/internal/test/server"
"github.com/akuity/grpc-gateway-client/pkg/grpc/gateway"
)

type RequestTestSuite struct {
Expand Down

0 comments on commit cfb347a

Please sign in to comment.