Skip to content

Commit

Permalink
fix: remove roles from fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
amannn committed Apr 13, 2021
1 parent 10e88f6 commit cae97b6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion cypress/fixtures/api.v1.login.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"status": "offline",
"active": true,
"_updatedAt": "2020-11-24T14:00:59.026Z",
"roles": ["user"],
"customFields": {},
"statusConnection": "offline",
"avatarUrl": "http://caritas/avatarUrl",
Expand Down
1 change: 0 additions & 1 deletion cypress/fixtures/service.users.data.askers.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"email": null,
"absenceMessage": null,
"agencies": null,
"userRoles": ["offline_access", "uma_authorization", "user"],
"grantedAuthorities": ["AUTHORIZATION_USER_DEFAULT"],
"consultingTypes": {
"0": { "sessionData": null, "isRegistered": false, "agency": null },
Expand Down
1 change: 0 additions & 1 deletion cypress/fixtures/service.users.data.consultants.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"consultingType": 0
}
],
"userRoles": ["consultant"],
"grantedAuthorities": ["AUTHORIZATION_CONSULTANT_DEFAULT"],
"consultingTypes": null,
"formalLanguage": true,
Expand Down

0 comments on commit cae97b6

Please sign in to comment.