mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
Adjust context title.
This commit is contained in:
@@ -29,7 +29,7 @@ describe.only('PUT /user', () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
context('protected paths', () => {
|
context('top level protected paths', () => {
|
||||||
let protectedPaths = {
|
let protectedPaths = {
|
||||||
'gem balance': {balance: 100},
|
'gem balance': {balance: 100},
|
||||||
'auth': {'auth.blocked': true, 'auth.timestamps.created': new Date()},
|
'auth': {'auth.blocked': true, 'auth.timestamps.created': new Date()},
|
||||||
|
|||||||
Reference in New Issue
Block a user