Этот коммит содержится в:
Ben Schumacher
2023-10-11 10:13:36 +02:00
коммит произвёл GitHub
родитель 176370e175
Коммит 0d5a8b8841
189 изменённых файлов: 1 добавлений и 361 удалений

Просмотреть файл

@@ -185,5 +185,4 @@ func TestGetAtmosCamoImageURL(t *testing.T) {
assert.Equal(t, test.Expected, backend.getAtmosCamoImageURL(test.Input))
})
}
}

Просмотреть файл

@@ -297,7 +297,6 @@ func newProxyRequest(r *http.Request, baseURL *url.URL) (*proxyRequest, error) {
if err != nil {
return nil, URLError{fmt.Sprintf("unable to parse remote URL: %v", err), r.URL}
}
}
if baseURL != nil {