Skip to content

Commit

Permalink
test_fix_3
Browse files Browse the repository at this point in the history
  • Loading branch information
steve7158 committed Apr 20, 2020
1 parent 1114a82 commit ef3d806
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tanner/tests/test_rfi_emulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ def test_http_download_fail(self):
def test_ftp_download(self):
path = 'ftp://mirror.yandex.ru/archlinux/lastupdate'
result = self.loop.run_until_complete(self.handler.download_file_ftp(yarl.URL(path)))
self.assertIsNotNone(result)


def test_ftp_download_fail(self):
path = 'ftp://mirror.yandex.ru/archlinux/foobar'
Expand Down

0 comments on commit ef3d806

Please sign in to comment.