See #152: updated front-end to use new permissions

This commit is contained in:
Eliot Berriot 2018-05-18 19:09:47 +02:00
commit 4ce6715dc7
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
6 changed files with 13 additions and 15 deletions

View file

@ -164,9 +164,7 @@ describe('store/auth', () => {
const profile = {
username: 'bob',
permissions: {
admin: {
status: true
}
admin: true
}
}
moxios.stubRequest('users/users/me/', {