Skip to content

Commit

Permalink
chore: e2e tabular system test fix
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 527264831
  • Loading branch information
sararob authored and copybara-github committed Apr 26, 2023
1 parent 8f9c714 commit a8ba666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/system/aiplatform/test_e2e_tabular.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def test_end_to_end_tabular(self, shared_state):
client = storage.Client()

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

0 comments on commit a8ba666

Please sign in to comment.