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
The tests that make actual calls to the server are delaying CI builds. We need to:
1. Mock adapter responses in all CLI server-side tests.
2. Minimise the number of server-side tests and use mocks to do most of the testing.
3. In the adapter, add tests to check core functionality against a SAS server.