working commit

This commit is contained in:
2026-02-07 15:47:52 +02:00
parent 4565e18e36
commit 517c518df2
4 changed files with 330 additions and 7 deletions
+1 -2
View File
@@ -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