wip league admin tools
This commit is contained in:
@@ -181,7 +181,7 @@ describe('AnalyticsController', () => {
|
||||
vi.clearAllMocks();
|
||||
});
|
||||
|
||||
it('allows @Public() endpoint without a session', async () => {
|
||||
it('allows @Public() endpoint without a session', { retry: 2 }, async () => {
|
||||
await request(app.getHttpServer()).post('/analytics/page-view').send({}).expect(201);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user