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, in the test set the test configuration is (partly?) hardcoded using endpoint mocking approach with httptest:
func TestVirtualMachineService_DeployVirtualMachine(t *testing.T) {
server := httptest.NewServer( ...
It would be great to have some decoupling here to provision endpoint configurations in a flexible way, also enabling automated testing against (multiple) real endpoints.
The text was updated successfully, but these errors were encountered:
Currently, in the test set the test configuration is (partly?) hardcoded using endpoint mocking approach with httptest:
It would be great to have some decoupling here to provision endpoint configurations in a flexible way, also enabling automated testing against (multiple) real endpoints.
The text was updated successfully, but these errors were encountered: