From 005589a415959417eb29df2ba649e2342af88408 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Wed, 29 Jan 2025 14:55:34 +0100 Subject: [PATCH] - --- acceptance/acceptance_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/acceptance/acceptance_test.go b/acceptance/acceptance_test.go index 1cebfd581..908cc098c 100644 --- a/acceptance/acceptance_test.go +++ b/acceptance/acceptance_test.go @@ -207,7 +207,8 @@ func runTest(t *testing.T, dir, coverDir string, repls testdiff.ReplacementsCont cmdEnv := os.Environ() - // Load custom server stubs configured for the integration test. + // Start a new server with a custom configuration if the acceptance test + // specifies a custom server stubs. if len(config.Server) > 0 { server := testserver.New(t) for _, stub := range config.Server {