Lee-W commented on code in PR #71054:
URL: https://github.com/apache/airflow/pull/71054#discussion_r3710647214


##########
airflow-core/tests/unit/api_fastapi/core_api/routes/public/test_hitl.py:
##########
@@ -408,6 +409,75 @@ def test_should_respond_400_for_invalid_option(
         assert response.status_code == 400
         assert "Invalid options" in response.json()["detail"]
 
+    @pytest.mark.usefixtures("sample_hitl_detail")
+    @pytest.mark.parametrize("reserved_key", [CLASSNAME, SCHEMA_ID])

Review Comment:
   it's easy to miss if we add another reserved_key. let's make it a 
`_variable` in 
`airflow-core/src/airflow/api_fastapi/core_api/routes/public/hitl.py` so that 
we can just import it here. also worth mention this change in the doc 



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