mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
build: update revive
And remove some unused variables.
This commit is contained in:
@@ -95,7 +95,7 @@ func TestInsertMemory(t *testing.T) {
|
||||
if err := conn.Do(ctx, ch.Query{
|
||||
Body: input.Into("test_schema_insert"),
|
||||
Input: input,
|
||||
OnInput: func(ctx context.Context) error {
|
||||
OnInput: func(context.Context) error {
|
||||
bf.Clear()
|
||||
// No more data to send!
|
||||
return io.EOF
|
||||
|
||||
Reference in New Issue
Block a user