This commit is contained in:
Shreyas Goenka 2025-01-29 14:55:34 +01:00
parent badfb9c133
commit 005589a415
No known key found for this signature in database
GPG Key ID: 92A07DF49CCB0622
1 changed files with 2 additions and 1 deletions

View File

@ -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 {