Skip to content

Commit

Permalink
wip: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuseduardomedeiros committed Dec 26, 2024
1 parent c1f34b2 commit edf75cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/services/api/resources/__tests__/dashboard.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ describe('DashboardService', () => {
});

it('should fetch widget data with proper query parameters', async () => {
// Mock de resposta da API
http.get.mockResolvedValueOnce({ data: 'mock-widget-data' });

const response = await DashboardService.getDashboardWidgetData({
Expand All @@ -175,7 +174,7 @@ describe('DashboardService', () => {
{
params: {
project: 'mock-project-uuid',
is_live: true, // Porque `isFilteringDates` retorna `false`.
is_live: true,
status: 'open',
priority: 'high',
limit: 10,
Expand Down

0 comments on commit edf75cb

Please sign in to comment.