package autoconfig

import (
	"log"
	"testing"
)

func TestAutoConfig(t *testing.T) {
	log.Println(*AutoGetEtcYaml())
}