mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 04:00:25 +03:00
Enable multiple concurrent profile types (#8792)
This commit is contained in:
+1
-1
@@ -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