Skip to content

Commit eac25a1

Browse files
committed
Add test for double underscore in layers
1 parent 8061519 commit eac25a1

File tree

1 file changed

+2
-0
lines changed
  • cloudinary-core/src/test/java/com/cloudinary/transformation

1 file changed

+2
-0
lines changed

cloudinary-core/src/test/java/com/cloudinary/transformation/LayerTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ public void testLayerOptions() {
6464
Object tests[] = {
6565
new Layer().publicId("logo"),
6666
"logo",
67+
new Layer().publicId("logo__111"), //testing SNI-4729
68+
"logo__111",
6769
new Layer().publicId("folder/logo"),
6870
"folder:logo",
6971
new Layer().publicId("logo").type("private"),

0 commit comments

Comments
 (0)