ashb commented on code in PR #62709:
URL: https://github.com/apache/airflow/pull/62709#discussion_r3008401043


##########
airflow-core/tests/unit/partition_mappers/test_temporal.py:
##########
@@ -46,7 +46,7 @@ def test_to_downstream(
         mapper_cls: type[_BaseTemporalMapper],
         expected_downstream_key: str,
     ):
-        pm = mapper_cls()
+        pm = mapper_cls(timezone="UTC")

Review Comment:
   These shouldn't be needed as utc is the default? Probably important to test 
that the default behaviour doesn't change



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to