Skip to content

Commit

Permalink
fix: typo (#1084)
Browse files Browse the repository at this point in the history
  • Loading branch information
testwill committed Aug 7, 2023
1 parent 094a66a commit 8afa747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/modes/synthesize_mode.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ func (this SynthesizeMode) Process(request *http.Request, details models.Request
"mode": Synthesize,
// "middleware": this.hoverfly.Cfg.Middleware,
"request": GetRequestLogFields(&pair.Request),
}).Info("synthetic response created successfuly")
}).Info("synthetic response created successfully")

response := ReconstructResponse(request, pair)
return newProcessResult(response, pair.Response.FixedDelay, pair.Response.LogNormalDelay), nil
Expand Down

0 comments on commit 8afa747

Please sign in to comment.