test do not pass but progress

This commit is contained in:
a 2025-12-05 15:57:36 -06:00
commit d47978e06b
No known key found for this signature in database
GPG key ID: 2F22877AA4DFDADB
296 changed files with 18561 additions and 3849 deletions

View file

@ -16,7 +16,7 @@ import (
// AssertLoadError will load a config and expect an error
func AssertLoadError(t *testing.T, rawConfig string, configType string, expectedError string) {
tc, err := NewTester()
tc, err := NewTester(t)
require.NoError(t, err)
err = tc.LaunchCaddy()
require.NoError(t, err)