File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
cloudinary-core/src/test/java/com/cloudinary Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -93,16 +93,6 @@ public void testAuthenticatedUrl() {
9393
9494 }
9595
96- @ Test
97- public void testUrlNoAnalyticsWithQueryParams () {
98- cloudinary .config .analytics = true ;
99- cloudinary .setAnalytics (new Analytics ("F" , "2.0.0" , System .getProperty ("java.version" )));
100- cloudinary .config .privateCdn = true ;
101- String url = cloudinary .url ().signed (true ).type ("authenticated" ).generate ("test" );
102- assertEquals (url ,"http://test123-res.cloudinary.com/image/authenticated/test?__cld_token__=st=11111111~exp=11111411~hmac=735a49389a72ac0b90d1a84ac5d43facd1a9047f153b39e914747ef6ed195e53" );
103- cloudinary .config .privateCdn = false ;
104- }
105-
10696 @ Test
10797 public void testConfiguration () {
10898 cloudinary = new Cloudinary ("cloudinary://a:b@test123?load_strategies=false&auth_token[key]=aabbcc112233&auth_token[duration]=200" );
You can’t perform that action at this time.
0 commit comments