Skip to content

Commit

Permalink
Fix linter issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurschreiber committed Oct 25, 2024
1 parent 2463162 commit 41e335e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/logic/streamer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ func (suite *EventsStreamerTestSuite) TestStreamEventsAutomaticallyReconnects()
return err
}

//nolint:execinquery
rows, err := suite.db.Query("SHOW FULL PROCESSLIST")
if err != nil {
return err
Expand Down

0 comments on commit 41e335e

Please sign in to comment.