package fsconfig_test

import (
	"fusenapi/utils/fsconfig"
	"testing"
)

func TestCase1(t *testing.T) {
	fsconfig.StartNacosConfig("auth.yaml", nil)
}