We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0abe400 + 3dbcdae commit e11c1fdCopy full SHA for e11c1fd
ds3-sdk-integration/src/test/java/com/spectralogic/ds3client/integration/Smoke_Test.java
@@ -1174,8 +1174,8 @@ public SeekableByteChannel buildChannel(final String key) throws IOException {
1174
}
1175
1176
@Test
1177
- public void testQuestionMarkInQueryParam() throws IOException {
1178
- final String bucketName = "TestQuestionMarkInQueryParam";
+ public void testQuestionMarkInObjectName() throws IOException {
+ final String bucketName = "TestQuestionMarkInObjectName";
1179
final String objectName = "Test?Question?Mark";
1180
try {
1181
HELPERS.ensureBucketExists(bucketName, envDataPolicyId);
0 commit comments