Skip to content

Commit e11c1fd

Browse files
author
shabtaisharon
authored
Merge pull request #390 from DenverM80/renameObjectNameWithQuestionMark
rename test wrt question mark in name, not query param
2 parents 0abe400 + 3dbcdae commit e11c1fd

File tree

1 file changed

+2
-2
lines changed
  • ds3-sdk-integration/src/test/java/com/spectralogic/ds3client/integration

1 file changed

+2
-2
lines changed

ds3-sdk-integration/src/test/java/com/spectralogic/ds3client/integration/Smoke_Test.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,8 +1174,8 @@ public SeekableByteChannel buildChannel(final String key) throws IOException {
11741174
}
11751175

11761176
@Test
1177-
public void testQuestionMarkInQueryParam() throws IOException {
1178-
final String bucketName = "TestQuestionMarkInQueryParam";
1177+
public void testQuestionMarkInObjectName() throws IOException {
1178+
final String bucketName = "TestQuestionMarkInObjectName";
11791179
final String objectName = "Test?Question?Mark";
11801180
try {
11811181
HELPERS.ensureBucketExists(bucketName, envDataPolicyId);

0 commit comments

Comments
 (0)