package main_test import ( "testing" "SafelineAPI/internal/app/config" ) func TestDefaultConfig(t *testing.T) { var c config.Config c.Default() }