Skip to content

Commit 15634e5

Browse files
Fixed When the MINIO_BROWSER_REDIRECT_URL parameter contains path, the console cannot be accessed normally.
1 parent 7e39b3d commit 15634e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

restapi/configure_console_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@
1717
package restapi
1818

1919
import (
20-
"github.com/stretchr/testify/assert"
2120
"os"
2221
"sync"
2322
"testing"
23+
24+
"github.com/stretchr/testify/assert"
2425
)
2526

2627
func Test_parseSubPath(t *testing.T) {

0 commit comments

Comments
 (0)