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 the unit tests actually try to get the WSDL from api.softlayer.com, and try to make actual API calls during the tests.
To fix that we need to do the following:
Setup SoapClient to have a property for the Soap Client itself, which we can overload in the tests.
Have a fixture for the WSDL or something for the fake soap client to use.
The text was updated successfully, but these errors were encountered:
Currently the unit tests actually try to get the WSDL from api.softlayer.com, and try to make actual API calls during the tests.
To fix that we need to do the following:
The text was updated successfully, but these errors were encountered: