Skip to content

Fix: Timezone comparison errors in OAuth tests #275

@anchapin

Description

@anchapin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions