Skip to content

Commit 618ca03

Browse files
committed
Fix system test broken by 3e10352.
1 parent cf93465 commit 618ca03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system_tests/bigquery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ def test_load_table_from_storage_then_dump_table(self):
283283
table.create()
284284
self.to_delete.insert(0, table)
285285

286-
job = CLIENT.load_from_storage(
286+
job = CLIENT.load_table_from_storage(
287287
'bq_load_storage_test_%d' % (TIMESTAMP,), table, GS_URL)
288288
job.create_disposition = 'CREATE_NEVER'
289289
job.skip_leading_rows = 1

0 commit comments

Comments
 (0)