working commit
This commit is contained in:
+1
-2
@@ -27,7 +27,7 @@ import (
|
||||
"mstore/app/server"
|
||||
)
|
||||
|
||||
func TestFileOperations(t *testing.T) {
|
||||
func xxxTestFileOperations(t *testing.T) {
|
||||
var err error
|
||||
fmt.Printf("=== MakeServer ===\n")
|
||||
srv, err := server.NewServer()
|
||||
@@ -80,7 +80,6 @@ func TestFileOperations(t *testing.T) {
|
||||
|
||||
fmt.Printf("Response body: %s\n", string(bodyBytes))
|
||||
}
|
||||
//return
|
||||
{
|
||||
fmt.Printf("=== PutFile ===\n")
|
||||
reqPath := `/v3/api/file/` + filename
|
||||
|
||||
Reference in New Issue
Block a user