diff options
Diffstat (limited to 'service/http/uploads_config_test.go')
-rw-r--r-- | service/http/uploads_config_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/http/uploads_config_test.go b/service/http/uploads_config_test.go index 7704a486..2b6ceebc 100644 --- a/service/http/uploads_config_test.go +++ b/service/http/uploads_config_test.go @@ -1,9 +1,9 @@ package http import ( - "testing" "github.com/stretchr/testify/assert" "os" + "testing" ) func TestFsConfig_Forbids(t *testing.T) { |