sunank200 commented on code in PR #38912:
URL: https://github.com/apache/airflow/pull/38912#discussion_r1565259416


##########
tests/providers/google/cloud/hooks/test_bigquery.py:
##########
@@ -2186,6 +2186,25 @@ async def test_get_job_output_assert_once_with(self, 
mock_job_instance):
         resp = await hook.get_job_output(job_id=JOB_ID, project_id=PROJECT_ID)
         assert resp == response
 
+    @pytest.mark.asyncio
+    @mock.patch("google.auth.default")
+    @mock.patch("airflow.providers.google.cloud.hooks.bigquery.Job")
+    async def test_cancel_job_success(self, mock_job, mock_auth_default):

Review Comment:
   Added it.



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