Skip to content

Commit a8ba666

Browse files
sararobcopybara-github
authored andcommitted
chore: e2e tabular system test fix
PiperOrigin-RevId: 527264831
1 parent 8f9c714 commit a8ba666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/aiplatform/test_e2e_tabular.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def test_end_to_end_tabular(self, shared_state):
194194
client = storage.Client()
195195

196196
for blob in client.list_blobs(
197-
bucket=shared_state["staging_bucket_name"],
197+
bucket_or_name=shared_state["staging_bucket_name"],
198198
prefix=f"bp_results/{batch_predict_gcs_output_path.split('/')[-1]}",
199199
):
200200
# There are always 2 files in this output path: 1 with errors, 1 with predictions

0 commit comments

Comments
 (0)