Skip to content

Commit c781e20

Browse files
authored
test: update bucket name for gRPC quickstart (#2179)
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
1 parent c89d275 commit c781e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/src/test/java/com/example/storage/QuickstartSampleIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ private static void deleteBucket(String bucketName) {
4545

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

5151
@After

0 commit comments

Comments
 (0)