mik-laj commented on a change in pull request #9227:
URL: https://github.com/apache/airflow/pull/9227#discussion_r439368262



##########
File path: tests/api_connexion/endpoints/test_event_log_endpoint.py
##########
@@ -29,17 +34,177 @@ def setUpClass(cls) -> None:
 
     def setUp(self) -> None:
         self.client = self.app.test_client()  # type:ignore
+        with create_session() as session:
+            session.query(Log).delete()
+        self.default_time = "2020-06-10T20:36:40.186116+00:00"

Review comment:
       Can you reduce the precision on the dates given? Now it is difficult to 
compare them.




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

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


Reply via email to