See #152: updated front-end to use new permissions
This commit is contained in:
parent
6fc4275b68
commit
4ce6715dc7
6 changed files with 13 additions and 15 deletions
|
|
@ -164,9 +164,7 @@ describe('store/auth', () => {
|
|||
const profile = {
|
||||
username: 'bob',
|
||||
permissions: {
|
||||
admin: {
|
||||
status: true
|
||||
}
|
||||
admin: true
|
||||
}
|
||||
}
|
||||
moxios.stubRequest('users/users/me/', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue