update all

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-04-29 22:42:13 +03:00
parent e60c74a6ab
commit e700dcbcbb
15 changed files with 43 additions and 79 deletions

View File

@@ -79,7 +79,7 @@ func TestGRPCClient(t *testing.T) {
Version: "test",
Nodes: []*register.Node{
{
Id: "test-1",
ID: "test-1",
Address: l.Addr().String(),
Metadata: map[string]string{
"protocol": "grpc",

View File

@@ -148,7 +148,7 @@ func TestHTTPClient(t *testing.T) {
Name: "test.service",
Nodes: []*register.Node{
{
Id: "test.service.1",
ID: "test.service.1",
Address: l.Addr().String(),
Metadata: map[string]string{
"protocol": "http",
@@ -310,7 +310,7 @@ func TestHTTPClientStream(t *testing.T) {
Name: "test.service",
Nodes: []*register.Node{
{
Id: "test.service.1",
ID: "test.service.1",
Address: l.Addr().String(),
Metadata: map[string]string{
"protocol": "http",