Merge branch 'main' into playwright #1790
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
1 error
test (ubuntu-latest, 3.11):
tests/unit/views/session_temp_vars_test.py#L83
test_session_temp_vars
assert datetime.datetime(2023, 9, 27, 12, 27, 2, tzinfo=datetime.timezone.utc) > (datetime.datetime(2023, 9, 27, 12, 27, 3, 1132, tzinfo=<UTC>) - datetime.timedelta(seconds=1))
+ where datetime.datetime(2023, 9, 27, 12, 27, 3, 1132, tzinfo=<UTC>) = utcnow()
+ and datetime.timedelta(seconds=1) = timedelta(seconds=1)
|