Skip to content

Commit

Permalink
fix test again
Browse files Browse the repository at this point in the history
  • Loading branch information
trholdridge committed Nov 19, 2024
1 parent 9282e66 commit d12c771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/utils/integration-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const waitForAccessToWorkspaceBucket = async ({ page, billingProject, workspaceN

const checks = [
// Get bucket metadata
() => window.Ajax().Workspaces.checkBucketLocation(googleProject),
() => window.Ajax().Workspaces.workspace(billingProject, workspaceName).checkBucketLocation(googleProject),
// https://rawls.dsde-dev.broadinstitute.org/#/workspaces/readBucket
// Checks if user has bucket access, 403 if not.
// This API checks if user has all expected permissions. `read` on API name does not accurately describe APIs functionality.
Expand Down

0 comments on commit d12c771

Please sign in to comment.