We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8061519 commit eac25a1Copy full SHA for eac25a1
1 file changed
cloudinary-core/src/test/java/com/cloudinary/transformation/LayerTest.java
@@ -64,6 +64,8 @@ public void testLayerOptions() {
64
Object tests[] = {
65
new Layer().publicId("logo"),
66
"logo",
67
+ new Layer().publicId("logo__111"), //testing SNI-4729
68
+ "logo__111",
69
new Layer().publicId("folder/logo"),
70
"folder:logo",
71
new Layer().publicId("logo").type("private"),
0 commit comments