uranusjr commented on code in PR #37138:
URL: https://github.com/apache/airflow/pull/37138#discussion_r1475729755


##########
tests/providers/google/cloud/sensors/test_gcs.py:
##########
@@ -72,7 +73,7 @@ def context():
     """
     Creates an empty context.
     """
-    context = {"data_interval_end": datetime.utcnow()}
+    context = {"data_interval_end": timezone.utcnow()}
     yield context

Review Comment:
   I just tried, no tests using this fixture actually seem to need this key. 
Let’s try to just remove it and see what happens?



-- 
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