Remove the 'public' field from UpdateClientReq proto message
This commit is contained in:
@@ -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",
|
||||
},
|
||||
|
Reference in New Issue
Block a user