Description
OAuth tests fail with timezone comparison errors.
Failing Tests
Error
Root Cause
The code is comparing timezone-naive and timezone-aware datetime objects.
Expected Fix
Ensure consistent timezone handling - either make both datetimes timezone-aware or timezone-naive throughout the codebase.
Description
OAuth tests fail with timezone comparison errors.
Failing Tests
Error
Root Cause
The code is comparing timezone-naive and timezone-aware datetime objects.
Expected Fix
Ensure consistent timezone handling - either make both datetimes timezone-aware or timezone-naive throughout the codebase.