mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 20:20:25 +03: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