Start to rework tests

This commit is contained in:
2022-12-05 22:04:40 +10:30
parent 2bd62a95a4
commit 73c74cd37e
4 changed files with 40 additions and 44 deletions

View File

@@ -296,7 +296,7 @@ func (ws *WebService) modifyUpload(w http.ResponseWriter, r *http.Request) {
}
// write to a temporary file
tempfile, err := ioutil.TempFile("", "dau_markup")
tempfile, err := ioutil.TempFile("", "dau_markup-*")
if err != nil {
log.Fatal(err)
}