Skip to content

Commit

Permalink
🩹 Fix: Fix typo in TestConfig struct comment in app.go
Browse files Browse the repository at this point in the history
  • Loading branch information
grivera64 committed Oct 23, 2024
1 parent 3776184 commit 78e32a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.go
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ type TestConfig struct {
// Default: time.Second
Timeout time.Duration

// FailOnTimeout specified whether the test
// FailOnTimeout specifies whether the test
// should return a timeout error if the HTTP response
// exceeds the Timeout duration.
// Default: true
Expand Down

0 comments on commit 78e32a7

Please sign in to comment.