zaimy commented on a change in pull request #21293:
URL: https://github.com/apache/airflow/pull/21293#discussion_r800333850
##########
File path: tests/providers/google/cloud/hooks/test_bigquery_dts.py
##########
@@ -106,3 +107,13 @@ def test_start_manual_transfer_runs(self, service_mock):
retry=None,
timeout=None,
)
+
+ @mock.patch(
+ "airflow.providers.google.cloud.hooks.bigquery_dts."
+ "DataTransferServiceClient.get_transfer_run"
+ )
+ def test_get_transfer_run(self, service_mock):
+ self.hook.get_transfer_run(transfer_config_id=TRANSFER_CONFIG_ID,
project_id=PROJECT_ID)
Review comment:
@mik-laj
Sorry, I did not pass the run_id.
I will fix 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]