mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
Enable multiple concurrent profile types (#8792)
This commit is contained in:
@@ -191,7 +191,7 @@ func TestURL2BucketObjectName(t *testing.T) {
|
||||
|
||||
// Add tests for starting and stopping different profilers.
|
||||
func TestStartProfiler(t *testing.T) {
|
||||
_, err := startProfiler("", "")
|
||||
_, err := startProfiler("")
|
||||
if err == nil {
|
||||
t.Fatal("Expected a non nil error, but nil error returned for invalid profiler.")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user