mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-01 01:38:18 +00:00
init:store
This commit is contained in:
@@ -624,10 +624,7 @@ mod test {
|
||||
fn test_create_server_endpoints() {
|
||||
let cases = vec![(
|
||||
":9000",
|
||||
vec![
|
||||
// "/Users/weisd/fs".to_string(),
|
||||
"http://localhost:900{1...2}/export{1...64}".to_string(),
|
||||
],
|
||||
vec!["http://localhost:900{1...2}/export{1...64}".to_string()],
|
||||
)];
|
||||
|
||||
for (addr, args) in cases {
|
||||
|
||||
Reference in New Issue
Block a user