mirror of
https://gitee.com/gitea/gitea
synced 2025-11-06 01:20:26 +08: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