diff --git a/test/api/user/PUT-user.test.js b/test/api/user/PUT-user.test.js index 1e188f280b..8865bfacf9 100644 --- a/test/api/user/PUT-user.test.js +++ b/test/api/user/PUT-user.test.js @@ -29,7 +29,7 @@ describe.only('PUT /user', () => { }); }); - context('protected paths', () => { + context('top level protected paths', () => { let protectedPaths = { 'gem balance': {balance: 100}, 'auth': {'auth.blocked': true, 'auth.timestamps.created': new Date()},