fix(server/test): enable files api tests
This commit is contained in:
parent
bd2e831a5d
commit
fc653d1c15
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ import (
|
||||||
"github.com/ihexxa/quickshare/src/handlers/fileshdr"
|
"github.com/ihexxa/quickshare/src/handlers/fileshdr"
|
||||||
)
|
)
|
||||||
|
|
||||||
func xTestFileHandlers(t *testing.T) {
|
func TestFileHandlers(t *testing.T) {
|
||||||
addr := "http://127.0.0.1:8686"
|
addr := "http://127.0.0.1:8686"
|
||||||
rootPath := "tmpTestData"
|
rootPath := "tmpTestData"
|
||||||
config := `{
|
config := `{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue