Skip to content

Commit 9c2e22b

Browse files
authored
Add test for fetch video overlay
1 parent 25c9cc7 commit 9c2e22b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cloudinary-core/src/test/java/com/cloudinary/test/CloudinaryTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1257,7 +1257,9 @@ public void testOverlayOptions() {
12571257
new FetchLayer().url("https://test").resourceType("image"),
12581258
"fetch:aHR0cHM6Ly90ZXN0",
12591259
new FetchLayer().url("https://test"),
1260-
"fetch:aHR0cHM6Ly90ZXN0"};
1260+
"fetch:aHR0cHM6Ly90ZXN0",
1261+
new FetchLayer().url("https://test").resourceType("video"),
1262+
"video:fetch:aHR0cHM6Ly90ZXN0"};
12611263

12621264
for (int i = 0; i < tests.length; i += 2) {
12631265
Object layer = tests[i];

0 commit comments

Comments
 (0)