From c0904b1b8db758c0fe7115c847d0242955fc1b79 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Mon, 30 Apr 2018 10:01:23 -0700 Subject: [PATCH] Fix issue in test that flake discovered --- test/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/conftest.py b/test/conftest.py index 66dc02fb..610a43ea 100644 --- a/test/conftest.py +++ b/test/conftest.py @@ -8,7 +8,7 @@ import tempfile import pytest -from onionshare import common, web +from onionshare import common, web, settings @pytest.fixture def temp_dir_1024():