Skip to content

Commit

Permalink
Fix backported test
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Jan 16, 2024
1 parent bb5cdb3 commit c02f825
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -552,7 +552,7 @@ public void splitRestrictionMember() {
AdvancedPrefDatabase prefDB = new AdvancedPrefDatabase(context);
try {
prefDB.deleteAPI("Test");
prefDB.addAPI("Test", "Test", mockBaseUrl.toString(), null, null, "user", "pass", API.Auth.BASIC);
prefDB.addAPI("Test", "Test", mockBaseUrl.toString(), null, null, "user", "pass", false);
prefDB.selectAPI("Test");
Preferences prefs = new Preferences(context);
LayerUtils.removeImageryLayers(context);
Expand Down

0 comments on commit c02f825

Please sign in to comment.