You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
I would expect to call the function and send an HTTP request successfully without needing to set an empty noop reader body using strings.NewReader("") in the HttpDoOptions.
Versions
Terratest version: v0.41.12
The text was updated successfully, but these errors were encountered:
Describe the bug
Calling certain functions in
http_helper
without a request body results in nil pointer dereference errors.To Reproduce
Expected behavior
I would expect to call the function and send an HTTP request successfully without needing to set an empty
noop
reader body usingstrings.NewReader("")
in theHttpDoOptions
.Versions
The text was updated successfully, but these errors were encountered: