mirror of
https://github.com/minio/minio.git
synced 2025-11-20 18:06:10 -05:00
router: PathPrefix router was wrong. (#3172)
This commit is contained in:
@@ -118,7 +118,7 @@ func TestServerMux(t *testing.T) {
|
||||
}))
|
||||
|
||||
// Set the test server config to the mux
|
||||
ts.Config = &m.Server
|
||||
ts.Config = m.Server
|
||||
ts.Start()
|
||||
|
||||
// Create a ListenerMux
|
||||
@@ -171,7 +171,7 @@ func TestServerCloseBlocking(t *testing.T) {
|
||||
}))
|
||||
|
||||
// Set the test server config to the mux
|
||||
ts.Config = &m.Server
|
||||
ts.Config = m.Server
|
||||
ts.Start()
|
||||
|
||||
// Create a ListenerMux.
|
||||
|
||||
Reference in New Issue
Block a user