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.
1 parent 6481c37 commit d2f66adCopy full SHA for d2f66ad
cloudinary-core/src/test/java/com/cloudinary/transformation/LayerTest.java
@@ -64,7 +64,7 @@ public void testLayerOptions() {
64
Object tests[] = {
65
new Layer().publicId("logo"),
66
"logo",
67
- new Layer().publicId("logo__111"), //testing SNI-4729
+ new Layer().publicId("logo__111"),
68
"logo__111",
69
new Layer().publicId("folder/logo"),
70
"folder:logo",
0 commit comments