chore: simplify provider GetConnection
This commit is contained in:
9
internal/provider/utils/connection_test.go
Normal file
9
internal/provider/utils/connection_test.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package utils
|
||||
|
||||
import "testing"
|
||||
|
||||
func Test_GetConnection(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
// testCases := map[string]struct{}{}
|
||||
}
|
||||
Reference in New Issue
Block a user