Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
DanStough committed Jul 5, 2023
1 parent d93c05f commit 5aba756
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions test/integration/consul-container/libs/assert/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ func doHTTPServiceEchoes(t *testing.T, ip string, port int, path string, request
func doHTTPServiceEchoesWithClient(
t *testing.T,
client *http.Client,
port string,
ip int,
ip string,
port int,
path string,
requestHeaders map[string]string,
expectedResHeader map[string]string,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import (
libcluster "github.com/hashicorp/consul/test/integration/consul-container/libs/cluster"
libservice "github.com/hashicorp/consul/test/integration/consul-container/libs/service"
libtopology "github.com/hashicorp/consul/test/integration/consul-container/libs/topology"
"github.com/hashicorp/go-cleanhttp"
)

// Creates a gateway service and tests to see if it is routable
Expand Down

0 comments on commit 5aba756

Please sign in to comment.