Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricky Raup authored and Ricky Raup committed Apr 17, 2024
1 parent 3fe227f commit 9f0ef78
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/src/routes/__tests__/admin.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,15 +207,13 @@ describe('testing admin routes', () => {
});
});

/*
describe('testing GET /api/admin/adminstatus', () => {
it('admin calling /adminstatus is true', async () => {
// check admin status
const response = await agent.get('/api/admin/adminstatus').send();
expect(response.status).toBe(StatusCode.OK);
});
});
*/

describe('testing PUT /api/admin/promote', () => {
it('admin can promote user', async () => {
Expand Down

0 comments on commit 9f0ef78

Please sign in to comment.