From 95cf47d9a47fadb11611dfb20f4919e2b38ebf63 Mon Sep 17 00:00:00 2001 From: shortcutme Date: Sat, 16 Mar 2019 01:01:30 +0100 Subject: [PATCH] Test site download with all avaliable crypto lib --- src/Test/TestSiteDownload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Test/TestSiteDownload.py b/src/Test/TestSiteDownload.py index 5a35663b..ef75f5c5 100644 --- a/src/Test/TestSiteDownload.py +++ b/src/Test/TestSiteDownload.py @@ -15,7 +15,7 @@ from . import Spy @pytest.mark.usefixtures("resetTempSettings") @pytest.mark.usefixtures("resetSettings") class TestSiteDownload: - def testDownload(self, file_server, site, site_temp): + def testDownload(self, file_server, site, site_temp, crypt_bitcoin_lib): assert site.storage.directory == config.data_dir + "/" + site.address assert site_temp.storage.directory == config.data_dir + "-temp/" + site.address