Skip to content

Commit 93f6564

Browse files
committed
Change unit test bucket to "cloud-samples-test".
The previous test bucket no longer seems to exist or is no longer publicly accessible.
1 parent 1b58407 commit 93f6564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/json-api/src/test/java/StorageSampleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import java.util.stream.Collectors;
2929

3030
public class StorageSampleTest {
31-
private static final String BUCKET = "cloud-samples-tests";
31+
private static final String BUCKET = "cloud-samples-test";
3232
private static final String TEST_OBJECT = "storage-sample-test-upload.txt";
3333

3434
@Test

0 commit comments

Comments
 (0)