mirror of
https://codeberg.org/scip/ephemerup.git
synced 2025-12-17 12:40:57 +01:00
changes:
- added form list - added sort by time - fixed hanging channel in zip writer - removed download url from form template - added upload description - added linter to Makefiles - added missing test file
This commit is contained in:
@@ -22,6 +22,7 @@ import (
|
||||
"bytes"
|
||||
"fmt"
|
||||
"github.com/jarcoal/httpmock"
|
||||
"github.com/tlinden/ephemerup/common"
|
||||
"github.com/tlinden/ephemerup/upctl/cfg"
|
||||
"io/ioutil"
|
||||
"net/http"
|
||||
@@ -232,7 +233,7 @@ func TestList(t *testing.T) {
|
||||
for _, unit := range tests {
|
||||
var w bytes.Buffer
|
||||
Intercept(unit)
|
||||
Check(t, unit, &w, List(&w, conf, []string{}))
|
||||
Check(t, unit, &w, List(&w, conf, []string{}, common.TypeUpload))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user