From bb71a53f6cf2058b6b060d8dd80f6615aa27bfcf Mon Sep 17 00:00:00 2001 From: Yi Hu Date: Fri, 20 Jan 2023 12:14:59 -0500 Subject: [PATCH] Clean up leftover code in test --- sdks/python/apache_beam/io/gcp/bigquery_file_loads_test.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/sdks/python/apache_beam/io/gcp/bigquery_file_loads_test.py b/sdks/python/apache_beam/io/gcp/bigquery_file_loads_test.py index 0c53067f992e..797ea0333ec0 100644 --- a/sdks/python/apache_beam/io/gcp/bigquery_file_loads_test.py +++ b/sdks/python/apache_beam/io/gcp/bigquery_file_loads_test.py @@ -738,8 +738,6 @@ def test_multiple_partition_files_write_truncate(self, mock_call_process): bq_client.jobs.Insert.return_value = result_job bq_client.tables.Delete.return_value = None - mock_call_process - with TestPipeline('DirectRunner') as p: _ = ( p