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 25c9cc7 commit 9c2e22bCopy full SHA for 9c2e22b
cloudinary-core/src/test/java/com/cloudinary/test/CloudinaryTest.java
@@ -1257,7 +1257,9 @@ public void testOverlayOptions() {
1257
new FetchLayer().url("https://test").resourceType("image"),
1258
"fetch:aHR0cHM6Ly90ZXN0",
1259
new FetchLayer().url("https://test"),
1260
- "fetch:aHR0cHM6Ly90ZXN0"};
+ "fetch:aHR0cHM6Ly90ZXN0",
1261
+ new FetchLayer().url("https://test").resourceType("video"),
1262
+ "video:fetch:aHR0cHM6Ly90ZXN0"};
1263
1264
for (int i = 0; i < tests.length; i += 2) {
1265
Object layer = tests[i];
0 commit comments