Skip to content

Commit cfa2d10

Browse files
authored
Support multiple acls in cookies
1 parent e47e686 commit cfa2d10

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,6 @@ public void testMissingAclAndUrlShouldThrow() {
161161
public void testMissingUrlNotMissingAclShouldNotThrow() {
162162
String token = new AuthToken(KEY).duration(300).generate("http://res.cloudinary.com/test123");
163163
}
164+
165+
164166
}

0 commit comments

Comments
 (0)