@cryptotaxi247 / netdata-1 / commits / b31bec86a

fix(go.d/mysql): fix typo in test name (#19550)

Petr Vaněk committed Jan 31, 2025 at 19:18 UTC b31bec86a2b5d6a5313aaeab1ec36e8c89bab965
1 file changed +1 -1
src/go/plugin/go.d/collector/mysql/collector_test.go
+1 -1
@@ -278,7 +278,7 @@ func TestCollector_Collect(t *testing.T) {
278 check func(t *testing.T, my *Collector)
279 }
280 tests := map[string][]testCaseStep{
281 - "MariaDB-Standalone[v5.5.46]: success on all queries": {
281 + "MariaDB-Standalone[v5.5.64]: success on all queries": {
282 {
283 prepareMock: func(t *testing.T, m sqlmock.Sqlmock) {
284 mockExpect(t, m, queryShowVersion, dataMariaVer5564Version)