Browse Source

fix comment

pull/15954/head
Nick Irvine 2 years ago committed by GitHub
parent
commit
0b9b159b1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/integration/consul-container/test/upgrade/grpc_test.go

2
test/integration/consul-container/test/upgrade/grpc_test.go

@ -58,7 +58,7 @@ func TestGRPC_UpgradeToTarget_fromLatest(t *testing.T) {
libassert.CatalogServiceExists(t, client, "static-server")
libassert.CatalogServiceExists(t, client, "static-server-sidecar-proxy")
// Register an static-client service
// Register static-client service
serverNodes, err := cluster.Servers()
require.NoError(t, err)
require.True(t, len(serverNodes) > 0)

Loading…
Cancel
Save