Skip to content

Commit 0bf506b

Browse files
committed
fix: tests
1 parent a551686 commit 0bf506b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/telemetry.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ describe('telemetry', () => {
3737

3838
expect(mockTrack).toHaveBeenCalledWith({
3939
userId: 'test-user-123',
40-
event: 'MCP tool call',
40+
event: 'MCP Tool Call',
4141
properties: {
4242
app_name: 'apify-mcp-server',
4343
app_version: '0.5.6',

0 commit comments

Comments
 (0)