Skip to content

Commit

Permalink
test: update bucket name for gRPC quickstart (#2179)
Browse files Browse the repository at this point in the history
The current bucket name doesn't have an allowlisted prefix so the
test is failing. Use the allowlisted prefix for now.

Fixes #2174
Fixes #2175
  • Loading branch information
tritone committed Aug 25, 2023
1 parent c89d275 commit c781e20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ private static void deleteBucket(String bucketName) {

@Before
public void setUp() {
bucketName = "my-new-bucket-" + UUID.randomUUID();
bucketName = "java-storage-grpc-" + UUID.randomUUID();
}

@After
Expand Down

0 comments on commit c781e20

Please sign in to comment.