Skip to content

Commit

Permalink
update jest test for latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarezmelissa87 committed Sep 26, 2023
1 parent c973e76 commit 82bc817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugins/aiops/server/lib/track_route_usage.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ describe('trackAIOpsRouteUsage', () => {

trackAIOpsRouteUsage('test_type', 'test_source', mockUsageCounter);
expect(mockUsageCounter.incrementCounter).toHaveBeenCalledWith({
counterName: 'test_source',
counterType: 'test_type',
counterName: 'test_type',
counterType: 'run_via_test_source',
incrementBy: 1,
});
});
Expand Down

0 comments on commit 82bc817

Please sign in to comment.