diff options
| author | Vlatka Pavisic | 2017-03-07 16:01:00 +0100 | 
|---|---|---|
| committer | Vlatka Pavisic | 2017-03-07 16:01:00 +0100 | 
| commit | 69bdfe7a7fdb4dffda3d58becbc1c4c2c2ffff22 (patch) | |
| tree | 1fbb0abfd2c628dfaaccc87f7efe96acaa87eeb9 /spec/fixtures | |
| parent | 3aabccd41b5bbd0568cd7a315d9d98a04fb63306 (diff) | |
| download | chouette-core-69bdfe7a7fdb4dffda3d58becbc1c4c2c2ffff22.tar.bz2 | |
Refs #2693 : Test permissions sync
Diffstat (limited to 'spec/fixtures')
| -rw-r--r-- | spec/fixtures/users.json | 31 | 
1 files changed, 28 insertions, 3 deletions
| diff --git a/spec/fixtures/users.json b/spec/fixtures/users.json index d5affc81b..f4236a29e 100644 --- a/spec/fixtures/users.json +++ b/spec/fixtures/users.json @@ -10,7 +10,10 @@    "locked_at": null,    "profile": "Administrateur",    "organization_name": "STIF", -  "organization_code": "STIF" +  "organization_code": "STIF", +  "permissions": [ +    "boiv:edit-offer" +  ]  }, {    "id": 2,    "username": "luc.donnet", @@ -23,7 +26,10 @@    "locked_at": null,    "profile": "Administrateur",    "organization_name": "STIF", -  "organization_code": "STIF" +  "organization_code": "STIF", +  "permissions": [ +    "boiv:edit-offer" +  ]  }, {    "id": 3,    "username": "alban.peignier", @@ -36,7 +42,10 @@    "locked_at": null,    "profile": "Administrateur",    "organization_name": "STIF", -  "organization_code": "STIF" +  "organization_code": "STIF", +  "permissions": [ +    "boiv:edit-offer" +  ]  }, {    "id": 4,    "username": "pierre.vabre", @@ -116,6 +125,22 @@    "organization_name": "STIF",    "organization_code": "STIF"  }, { +  "id": 9, +  "username": "vlatka.pavisic", +  "email": "vlatka.pavisic@af83.com", +  "firstname": "Vlatka", +  "lastname": "Pavisic", +  "phone_number": "+33601010101", +  "created_at": "2016-09-05T12:34:03.756Z", +  "updated_at": "2016-09-05T12:34:03.756Z", +  "locked_at": null, +  "profile": "Administrateur", +  "organization_name": "STIF", +  "organization_code": "STIF", +  "permissions": [ +    "boiv:edit-offer" +  ] +}, {    "id": 10,    "username": "john.doe",    "email": "john.doe@af83.com", | 
