Skip to content

Commit 7887c37

Browse files
committed
Merge pull request #1070 from tseaver/bigquery-1056_fix_system_test
Fix broken system test
2 parents cf93465 + 618ca03 commit 7887c37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)