fusenapi/utils/fsconfig/config_test.go

11 lines
151 B
Go
Raw Normal View History

2023-09-18 10:44:12 +00:00
package fsconfig_test
import (
"fusenapi/utils/fsconfig"
"testing"
)
func TestCase1(t *testing.T) {
2023-09-19 03:41:38 +00:00
fsconfig.StartNacosConfig("auth.yaml", nil)
2023-09-18 10:44:12 +00:00
}