This commit is contained in:
CJPeckover
2025-07-14 14:04:10 -04:00
parent ba323107bf
commit 3508ce9746

View File

@@ -39,7 +39,7 @@ describe(AlbumController.name, () => {
describe('GET /albums/slim', () => {
it('should be an authenticated route', async () => {
await request(ctx.getHttpServer()).post('/albums/slim');
await request(ctx.getHttpServer()).get('/albums/slim');
expect(ctx.authenticate).toHaveBeenCalled();
});