Fix issue in test that flake discovered

This commit is contained in:
Micah Lee 2018-04-30 10:01:23 -07:00
parent 876e7145d0
commit 51730883ad

View File

@ -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():