Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-goenka committed Jan 29, 2025
1 parent badfb9c commit 005589a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion acceptance/acceptance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 005589a

Please sign in to comment.