Skip to content

Commit 35aba37

Browse files
committed
fix reference to _start_query
1 parent 492ec81 commit 35aba37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/small/test_encryption.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def test_session_query_job(bq_cmek, session_with_bq_cmek):
7070
if not bq_cmek: # pragma: NO COVER
7171
pytest.skip("no cmek set for testing") # pragma: NO COVER
7272

73-
_, query_job = session_with_bq_cmek._loader._start_query(
73+
query_job = session_with_bq_cmek._loader._start_query_with_job(
7474
"SELECT 123", job_config=bigquery.QueryJobConfig(use_query_cache=False)
7575
)
7676
query_job.result()

0 commit comments

Comments
 (0)