package caddy import "testing" // Sanity test to ensure the test file compiles and doesn't block CI. func TestSanity(t *testing.T) { // Intentionally empty - serves to verify test package builds in CI. }