Remove the 'public' field from UpdateClientReq proto message

This commit is contained in:
Cosmin Cojocar
2018-11-26 19:07:59 +01:00
parent 281ec27118
commit 01c6b9dd91
3 changed files with 40 additions and 53 deletions

View File

@@ -357,7 +357,6 @@ func TestUpdateClient(t *testing.T) {
Id: "test",
RedirectUris: []string{"https://redirect"},
TrustedPeers: []string{"test"},
Public: true,
Name: "test",
LogoUrl: "https://logout",
},
@@ -373,7 +372,6 @@ func TestUpdateClient(t *testing.T) {
Id: "",
RedirectUris: nil,
TrustedPeers: nil,
Public: false,
Name: "test",
LogoUrl: "test",
},
@@ -387,7 +385,6 @@ func TestUpdateClient(t *testing.T) {
Id: "test",
RedirectUris: nil,
TrustedPeers: nil,
Public: false,
Name: "test",
LogoUrl: "test",
},