You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/06/11 16:09:36 UTC

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #9227: [WIP]add event log endpoints

ephraimbuddy commented on a change in pull request #9227:
URL: https://github.com/apache/airflow/pull/9227#discussion_r438904493



##########
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"
+        self.default_time = '2020-06-11T07:04:57.501393+00:00'

Review comment:
       ```suggestion
           self.default_time_2 = '2020-06-11T07:04:57.501393+00:00'
   ```




----------------------------------------------------------------
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:
users@infra.apache.org