From 5bc8c8d92181eb236b10d92be0231e550ad22d44 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Wed, 7 Oct 2020 21:35:43 -0400 Subject: [PATCH] Fix API test --- {internal/tests/api => api}/client_test.go | 0 api/go.mod | 1 + 2 files changed, 1 insertion(+) rename {internal/tests/api => api}/client_test.go (100%) diff --git a/internal/tests/api/client_test.go b/api/client_test.go similarity index 100% rename from internal/tests/api/client_test.go rename to api/client_test.go diff --git a/api/go.mod b/api/go.mod index e80957d715..78f0c3ae2e 100644 --- a/api/go.mod +++ b/api/go.mod @@ -11,6 +11,7 @@ require ( github.com/hashicorp/go-kms-wrapping v0.5.16 github.com/hashicorp/go-retryablehttp v0.6.7 github.com/hashicorp/go-rootcerts v1.0.2 + github.com/stretchr/testify v1.6.1 golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e google.golang.org/grpc v1.32.0 )