Skip to content

Commit

Permalink
fix failed cherry pick (#16303)
Browse files Browse the repository at this point in the history
Co-authored-by: Maliz <[email protected]>
  • Loading branch information
hc-github-team-consul-core and Maliz authored Feb 22, 2023
1 parent 8ba11d7 commit 7cd0eff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agent/xds/validateupstream-test/validateupstream_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/hashicorp/consul/agent/xds/testcommon"
"github.com/hashicorp/consul/envoyextensions/xdscommon"
"github.com/hashicorp/consul/sdk/testutil"
"github.com/hashicorp/consul/troubleshoot/proxy"
troubleshoot "github.com/hashicorp/consul/troubleshoot/proxy"
testinf "github.com/mitchellh/go-testing-interface"
"github.com/stretchr/testify/require"
)
Expand Down
2 changes: 1 addition & 1 deletion command/troubleshoot/upstreams/troubleshoot_upstreams.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func (c *cmd) Run(args []string) int {
return 1
}

c.UI.HeaderOutput(fmt.Sprintf("Upstreams (explicit upstreams only) (%v)\n", len(envoyIDs)))
c.UI.HeaderOutput(fmt.Sprintf("Upstreams (explicit upstreams only) (%v)", len(envoyIDs)))
for _, u := range envoyIDs {
c.UI.UnchangedOutput(u)
}
Expand Down

0 comments on commit 7cd0eff

Please sign in to comment.