Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalb4doc committed Dec 21, 2024
1 parent c22c450 commit f7614ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/usage/visibility_system_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func TestCreateMetric(t *testing.T) {
// Define the expected JSON structure
expectedJSON := `{
"value": 1,
"metrics_name": "jfcli_commands_countaa",
"metrics_name": "jfcli_commands_count",
"labels": {
"product_id": "` + coreutils.GetCliUserAgentName() + `",
"feature_id": "testCommand",
Expand Down

0 comments on commit f7614ca

Please sign in to comment.