Skip to content

Commit 33295e7

Browse files
committed
update catalog URL for live tests
1 parent 2200768 commit 33295e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/live.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ static ALL_FILTERS: once_cell::sync::Lazy<std::sync::Mutex<adblock::lists::Filte
6666
async fn get_all_filters() -> adblock::lists::FilterSet {
6767
use futures::FutureExt;
6868

69-
const DEFAULT_LISTS_URL: &'static str = "https://raw.githubusercontent.com/brave/adblock-resources/master/filter_lists/default.json";
69+
const DEFAULT_LISTS_URL: &'static str = "https://raw.githubusercontent.com/brave/adblock-resources/master/filter_lists/list_catalog.json";
7070

7171
println!(
7272
"Downloading list of filter lists from '{}'",

0 commit comments

Comments
 (0)