File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
core/src/androidTest/java/com/cloudinary/android Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ public class ResponsiveTest extends AbstractTest {
2222 public static void setUp () throws Exception {
2323 String url = Utils .cloudinaryUrlFromContext (InstrumentationRegistry .getInstrumentation ().getContext ());
2424 cloudinary = new Cloudinary (url );
25+ cloudinary .config .analytics = false ;
2526 }
2627
2728 /**
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ public class UploaderTest extends AbstractTest {
5050 public static void setUp () throws Exception {
5151 String url = Utils .cloudinaryUrlFromContext (InstrumentationRegistry .getInstrumentation ().getContext ());
5252 cloudinary = new Cloudinary (url );
53+ cloudinary .config .analytics = false ;
5354 if (StringUtils .isBlank (url )) {
5455 throw new IllegalArgumentException ("UploaderTest - No cloudinary url configured" );
5556 }
You can’t perform that action at this time.
0 commit comments