mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-06 07:54:22 +00:00
Replace interface{} with any
This commit is contained in:
@@ -123,7 +123,7 @@ func TestGitHandlers_Integration(t *testing.T) {
|
||||
name string
|
||||
method string
|
||||
path string
|
||||
body interface{}
|
||||
body any
|
||||
}{
|
||||
{
|
||||
name: "commit without token",
|
||||
|
||||
Reference in New Issue
Block a user