Skip to content

Commit

Permalink
tests: fix batch downloader tests with new interval defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Bionus committed Jul 1, 2024
1 parent e5295e9 commit 7f3be9c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/tests/src/downloader/batch-downloader-test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ TEST_CASE("BatchDownloader")
siteSettings.clear();
siteSettings.setValue("sources/usedefault", false);
siteSettings.setValue("sources/source_1", "html");
siteSettings.setValue("download/throttle_image", 0);
siteSettings.setValue("download/throttle_details", 0);
siteSettings.sync();

const QScopedPointer<Profile> pProfile(makeProfile());
Expand Down

0 comments on commit 7f3be9c

Please sign in to comment.