Skip to content

Commit

Permalink
Update js/modules/k6/experimental/tracing/client.go
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan <2103732+codebien@users.noreply.github.com>
  • Loading branch information
mstoykov and codebien authored Feb 1, 2023
1 parent 0e5ffaa commit 99eab43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/modules/k6/experimental/tracing/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func NewClient(vu modules.VU, opts options) (*Client, error) {
httpModule, err := rt.RunString("require('k6/http')")
if err != nil {
return nil,
fmt.Errorf("failed initializing tracing client, unable to require http.request method; reason: %w", err)
fmt.Errorf("failed initializing tracing client, unable to require k6/http module; reason: %w", err)
}
httpModuleObject := httpModule.ToObject(rt)

Expand Down

0 comments on commit 99eab43

Please sign in to comment.