We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb4b5c9 commit 23a7e30Copy full SHA for 23a7e30
pkg/common/utils/mysql/mysql_test.go
@@ -20,10 +20,11 @@ package mysql
20
import (
21
_ "crypto/tls"
22
"database/sql/driver"
23
- "github.com/DATA-DOG/go-sqlmock"
24
- "github.com/jmoiron/sqlx"
25
"strconv"
26
"testing"
+
+ "github.com/DATA-DOG/go-sqlmock"
27
+ "github.com/jmoiron/sqlx"
28
)
29
30
func Test_ShowFrontends(t *testing.T) {
@@ -98,7 +99,7 @@ func TestDB_GetBackendsByCGName(t *testing.T) {
98
99
}
100
defer db.Close()
101
- db.GetBackendsByCGName("test")
102
+ db.GetBackendsByComputeGroupId("test")
103
104
105
func Test_DecommissionBE(t *testing.T) {
0 commit comments