mirror of
https://github.com/lordmathis/lemma.git
synced 2025-12-23 01:54:28 +00:00
Replace interface{} with any
This commit is contained in:
@@ -192,7 +192,7 @@ func TestFileHandlers_Integration(t *testing.T) {
|
||||
name string
|
||||
method string
|
||||
path string
|
||||
body interface{}
|
||||
body any
|
||||
}{
|
||||
{"list files", http.MethodGet, baseURL, nil},
|
||||
{"get file", http.MethodGet, baseURL + "/test.md", nil},
|
||||
|
||||
Reference in New Issue
Block a user