mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-18 16:18:16 +00:00
Same perl replacement as https://github.com/go-gitea/gitea/pull/25686 but for 1.20 to ease future backporting.
This commit is contained in:
@@ -35,7 +35,7 @@ func addNuGetAPIKeyHeader(request *http.Request, token string) *http.Request {
|
||||
return request
|
||||
}
|
||||
|
||||
func decodeXML(t testing.TB, resp *httptest.ResponseRecorder, v interface{}) {
|
||||
func decodeXML(t testing.TB, resp *httptest.ResponseRecorder, v any) {
|
||||
t.Helper()
|
||||
|
||||
assert.NoError(t, xml.NewDecoder(resp.Body).Decode(v))
|
||||
|
Reference in New Issue
Block a user