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>
  • Loading branch information
JeffMboya committed May 15, 2024
1 parent 7a52bf7 commit 6b01491
Showing 1 changed file with 1 addition and 1 deletion.
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 6b01491

Please sign in to comment.