Fix linting issue

pull/625/head
Herman Slatman 3 years ago
parent c9cd876a7d
commit ed295ca15d
No known key found for this signature in database
GPG Key ID: F4D8A44EA0A75A4F

@ -1641,7 +1641,7 @@ func TestHandler_extractOrLookupJWK(t *testing.T) {
assert.Equals(t, res.StatusCode, tc.statusCode)
body, err := ioutil.ReadAll(res.Body)
body, err := io.ReadAll(res.Body)
res.Body.Close()
assert.FatalError(t, err)

Loading…
Cancel
Save