mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat: Include totalUsers in usage metrics during license renewal (no-changelog) (#8598)
This commit is contained in:
committed by
GitHub
parent
79b09fdf84
commit
cd151f1ba9
@@ -64,6 +64,7 @@ describe('UsageMetricsRepository', () => {
|
||||
|
||||
expect(metrics).toStrictEqual({
|
||||
enabledUsers: 4,
|
||||
totalUsers: 5,
|
||||
totalCredentials: 2,
|
||||
totalWorkflows: 5,
|
||||
activeWorkflows: 3,
|
||||
@@ -79,6 +80,7 @@ describe('UsageMetricsRepository', () => {
|
||||
|
||||
expect(metrics).toStrictEqual({
|
||||
enabledUsers: 1,
|
||||
totalUsers: 1,
|
||||
totalCredentials: 0,
|
||||
totalWorkflows: 3,
|
||||
activeWorkflows: 3,
|
||||
|
||||
Reference in New Issue
Block a user