removed unused options struct

This commit is contained in:
Gani Georgiev
2023-12-06 20:43:30 +02:00
parent f7df737c45
commit 16da7d9e1a
2 changed files with 0 additions and 9 deletions
-4
View File
@@ -114,10 +114,6 @@ func TestNewFileFromMultipart(t *testing.T) {
}
func TestNewFileFromUrlTimeout(t *testing.T) {
// timeout
// invalid response
// valid response
srv := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
if r.URL.Path == "/error" {
w.WriteHeader(http.StatusInternalServerError)