Removed test to avoid network requests

This commit is contained in:
Adam Binford 2018-01-29 14:48:20 -05:00
parent 1a2c2f7d7f
commit 9238749aaf

View File

@ -1,8 +0,0 @@
from __future__ import unicode_literals
from ... cli import download
def test_issue1904(capsys):
download('en')
out, err = capsys.readouterr()
assert "Linking successful" in out