Skip to content

Commit

Permalink
refactor:Add memberRelation policy
Browse files Browse the repository at this point in the history
Signed-off-by: JeffMboya <jangina.mboya@gmail.com>

refactor:Add memberRelation policy

Signed-off-by: JeffMboya <jangina.mboya@gmail.com>

refactor:Add memberRelation policy

Signed-off-by: JeffMboya <jangina.mboya@gmail.com>

refactor:Add memberRelation policy

Signed-off-by: JeffMboya <jangina.mboya@gmail.com>

refactor:Add memberRelation policy

Signed-off-by: JeffMboya <jangina.mboya@gmail.com>
  • Loading branch information
JeffMboya committed May 20, 2024
1 parent eaa5693 commit 8e6461d
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 39 deletions.
4 changes: 2 additions & 2 deletions auth.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

93 changes: 59 additions & 34 deletions auth_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkg/messaging/message.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion users/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ func TestUpdateClientRole(t *testing.T) {
updateRoleResponse: mgclients.Client{},
token: validToken,
deletePolicyErr: svcerr.ErrMalformedEntity,
err: svcerr.ErrDeletePolicies,
err: svcerr.ErrAuthorization,
},
{
desc: "Update client with failed repo update and roll back",
Expand Down

0 comments on commit 8e6461d

Please sign in to comment.