Skip to content

Commit 988c1c4

Browse files
committed
Add special characters to signUrl integration test
1 parent e5743e4 commit 988c1c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

google-cloud-storage/src/test/java/com/google/cloud/storage/it/ITStorageTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,7 @@ public void testWriteChannelExistingBlob() throws IOException {
11931193

11941194
@Test
11951195
public void testGetSignedUrl() throws IOException {
1196-
String blobName = "test-get-signed-url-blob/with/slashes/and?special=char*";
1196+
String blobName = "test-get-signed-url-blob/with/slashes/and?special=!#$&'()*+,:;=?@[]";
11971197
BlobInfo blob = BlobInfo.newBuilder(BUCKET, blobName).build();
11981198
Blob remoteBlob = storage.create(blob, BLOB_BYTE_CONTENT);
11991199
assertNotNull(remoteBlob);

0 commit comments

Comments
 (0)