jroachgolf84 commented on code in PR #64538:
URL: https://github.com/apache/airflow/pull/64538#discussion_r3025370758


##########
providers/databricks/tests/unit/databricks/operators/test_databricks_workflow.py:
##########
@@ -97,6 +104,26 @@ def test_create_workflow_json(mock_databricks_hook, 
context, mock_task_group):
     assert workflow_json["job_clusters"] == []
     assert workflow_json["max_concurrent_runs"] == 1
     assert workflow_json["timeout_seconds"] == 0
+    assert workflow_json["access_control_list"] == []

Review Comment:
   Added in commit from local instance.



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