Skip to content

Commit

Permalink
Chore : Removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
joyguptaa committed Nov 7, 2023
1 parent e16ef55 commit 5263e7a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions __tests__/user-details/task-duedate-hover.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe('Tasks On User Management Page', () => {
'Access-Control-Allow-Methods': 'GET, POST, PUT, DELETE, OPTIONS',
'Access-Control-Allow-Headers': 'Content-Type, Authorization',
},
body: JSON.stringify(usersTasksInDev['initial']), // Y contains the json of a superuser in the server which will grant us the access to view the page without locks
body: JSON.stringify(usersTasksInDev['initial']),
});
} else if (
url ===
Expand All @@ -76,7 +76,7 @@ describe('Tasks On User Management Page', () => {
'Access-Control-Allow-Methods': 'GET, POST, PUT, DELETE, OPTIONS',
'Access-Control-Allow-Headers': 'Content-Type, Authorization',
},
body: JSON.stringify(usersTasksInDev['vvTPGHAs9w36oY1UnV8r']), // Y contains the json of a superuser in the server which will grant us the access to view the page without locks
body: JSON.stringify(usersTasksInDev['vvTPGHAs9w36oY1UnV8r']),
});
} else if (
url ===
Expand All @@ -90,7 +90,7 @@ describe('Tasks On User Management Page', () => {
'Access-Control-Allow-Methods': 'GET, POST, PUT, DELETE, OPTIONS',
'Access-Control-Allow-Headers': 'Content-Type, Authorization',
},
body: JSON.stringify(usersTasksInDev['i1LQOKkGhhpOxE6yEo3A']), // Y contains the json of a superuser in the server which will grant us the access to view the page without locks
body: JSON.stringify(usersTasksInDev['i1LQOKkGhhpOxE6yEo3A']),
});
} else if (
url ===
Expand All @@ -104,7 +104,7 @@ describe('Tasks On User Management Page', () => {
'Access-Control-Allow-Methods': 'GET, POST, PUT, DELETE, OPTIONS',
'Access-Control-Allow-Headers': 'Content-Type, Authorization',
},
body: JSON.stringify(usersTasksInDev['OhNeSTj5J72PhrA4mtrr']), // Y contains the json of a superuser in the server which will grant us the access to view the page without locks
body: JSON.stringify(usersTasksInDev['OhNeSTj5J72PhrA4mtrr']),
});
} else {
interceptedRequest.continue();
Expand Down

0 comments on commit 5263e7a

Please sign in to comment.