Fixed the root auth test that started to fail in the nightly. the response change to it returns NONE. I removed the Asserts on the returned data as what it returns is not useful anyway.
Added tests for when Auth fails. Often this will result in a transport error, I added a TryGetAnyError() for when you want to check for either a standard or transport error.
Fixed the root auth test that started to fail in the nightly. the response change to it returns
NONE
. I removed the Asserts on the returned data as what it returns is not useful anyway.Added tests for when Auth fails. Often this will result in a transport error, I added a
TryGetAnyError()
for when you want to check for either a standard or transport error.