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
Add unit test to main.go
[Mustafa] Roundtripper should be simple to test with a fake client. Though you will need to change the code slightly and instead of using http.DefaultTransport, you will need to pass it as an argument.
to the rountripper struct.
activator is now the only code piece that use glog. We need to migrate that to zap logger as well
/area autoscale
/kind cleanup
Expected Behavior
[Mustafa] Roundtripper should be simple to test with a fake client. Though you will need to change the code slightly and instead of using http.DefaultTransport, you will need to pass it as an argument.
to the rountripper struct.