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
Currently it's pretty hard to write a unit test for this package. Consider adding a wrapper around https://pkg.go.dev/net/http/httptest that spins up a minimal server.
hashicorp's cap provides a TestProvider which could possibly be used to write unit tests or you could be "inspired" by it's implementation for something similar here.
Currently it's pretty hard to write a unit test for this package. Consider adding a wrapper around https://pkg.go.dev/net/http/httptest that spins up a minimal server.
The text was updated successfully, but these errors were encountered: