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 2021/02/25 01:43:44 UTC

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #14440: Bump openapi-spec-validator to 0.3

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



##########
File path: tests/api_connexion/endpoints/test_dag_run_endpoint.py
##########
@@ -399,15 +399,15 @@ class TestGetDagRunsPaginationFilters(TestDagRunEndpoint):
     @parameterized.expand(
         [
             (
-                "api/v1/dags/TEST_DAG_ID/dagRuns?start_date_gte=2020-06-18T18:00:00+00:00",
+                "api/v1/dags/TEST_DAG_ID/dagRuns?start_date_gte=2020-06-18T18:00:00Z",

Review comment:
       ```suggestion
                   "api/v1/dags/TEST_DAG_ID/dagRuns?start_date_gte=2020-06-18T18:00:00Z",
   ```
   I'm wondering if this is a breaking 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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org