mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-24 09:50:23 +00:00
fix ftp test
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1865 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
18d42179d9
commit
ba438508f4
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ class TestFtp (linkcheck.ftests.StandardTest):
|
|||
resultlines = [
|
||||
"url %r" % url,
|
||||
"cache key %s" % nurl,
|
||||
"real url %s" % nurl,
|
||||
"real url %s/" % nurl,
|
||||
"warning Missing trailing directory slash in ftp url",
|
||||
"valid",
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue