Skip to content

Commit

Permalink
add recordrquests
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyas-goenka committed Jan 30, 2025
1 parent de7540e commit 8b568b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions acceptance/acceptance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ func runTest(t *testing.T, dir, coverDir string, repls testdiff.ReplacementsCont
cmd.Stderr = out
cmd.Dir = tmpDir
err = cmd.Run()

Check failure on line 250 in acceptance/acceptance_test.go

View workflow job for this annotation

GitHub Actions / lint

File is not properly formatted (gofmt)

// If a custom server was defined, record all requests made to an output file.
if server != nil {
Expand Down

0 comments on commit 8b568b4

Please sign in to comment.