Fix issue in test that flake discovered

This commit is contained in:
Micah Lee 2018-04-30 10:01:23 -07:00
parent 86f1fb223e
commit c0904b1b8d
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

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