We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5743e4 commit 988c1c4Copy full SHA for 988c1c4
1 file changed
google-cloud-storage/src/test/java/com/google/cloud/storage/it/ITStorageTest.java
@@ -1193,7 +1193,7 @@ public void testWriteChannelExistingBlob() throws IOException {
1193
1194
@Test
1195
public void testGetSignedUrl() throws IOException {
1196
- String blobName = "test-get-signed-url-blob/with/slashes/and?special=char*";
+ String blobName = "test-get-signed-url-blob/with/slashes/and?special=!#$&'()*+,:;=?@[]";
1197
BlobInfo blob = BlobInfo.newBuilder(BUCKET, blobName).build();
1198
Blob remoteBlob = storage.create(blob, BLOB_BYTE_CONTENT);
1199
assertNotNull(remoteBlob);
0 commit comments