Skip to content

Commit

Permalink
[Disk Manager]: Remove unnecessary test for metrics (#1261)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuradobery authored May 22, 2024
1 parent 83ec5da commit 4d496b2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ func TestPrometheusSanitizeName(t *testing.T) {
{"_valid_Name", "_valid_Name"},
{"invalid-Name", "invalid_Name"},
{"123", "_123"},
{"!@#$%^&*()name", "________name"},
}

for _, testCase := range testCases {
Expand Down

0 comments on commit 4d496b2

Please sign in to comment.