diff --git a/system_tests/bigquery.py b/system_tests/bigquery.py index 41fcbe868c41..a1972eb4a2e9 100644 --- a/system_tests/bigquery.py +++ b/system_tests/bigquery.py @@ -283,7 +283,7 @@ def test_load_table_from_storage_then_dump_table(self): table.create() self.to_delete.insert(0, table) - job = CLIENT.load_from_storage( + job = CLIENT.load_table_from_storage( 'bq_load_storage_test_%d' % (TIMESTAMP,), table, GS_URL) job.create_disposition = 'CREATE_NEVER' job.skip_leading_rows = 1