0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 12:02:48 +00:00

adress comments

This commit is contained in:
Víctor Losada Hernández
2024-10-06 19:43:51 +02:00
parent 5eb1456915
commit 3acb25ce3a
2 changed files with 10 additions and 14 deletions

View File

@@ -75,7 +75,7 @@ describe('Tests for admin api', ()=>{
.set('Authorization', `Basic ${Buffer.from('admin:password3').toString('base64')}`);
expect(response.status).toBe(200);
expect(response.body).toEqual({ success: true, message: 'Notification deleted successfully' });
expect(response.body).toEqual({ message: 'Notification deleted successfully' });
});