fusenapi/utils/fsconfig/config_test.go
2023-09-19 11:41:38 +08:00

11 lines
151 B
Go

package fsconfig_test
import (
"fusenapi/utils/fsconfig"
"testing"
)
func TestCase1(t *testing.T) {
fsconfig.StartNacosConfig("auth.yaml", nil)
}