-
Notifications
You must be signed in to change notification settings - Fork 667
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix fallback to non-SSL whoami call (#4751)
* Fix fallback to non-SSL whoami call In case of an exception "data" is not set leading to an error: cannot access local variable 'data' where it is not associated with a value Make sure to fallback to the non-SSL whoami call properly. * Add pytests * Ignore protected access in pytests * Add test when system time is behind by more than 3 days * Fix test_adjust_system_datetime_if_time_behind test and cleanup
- Loading branch information
Showing
2 changed files
with
76 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters