mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-14 19:31:02 +00:00
Added working news server.
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3902 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
de5b7e894e
commit
17bbc9ab59
1 changed files with 2 additions and 1 deletions
|
|
@ -22,7 +22,8 @@ import unittest
|
|||
from . import LinkCheckTest
|
||||
|
||||
# Change from time to time, as servers tend to get invalid.
|
||||
NNTP_SERVER = "infosun2.rus.uni-stuttgart.de"
|
||||
NNTP_SERVER = "freenews.netfront.net"
|
||||
|
||||
|
||||
class TestNews (LinkCheckTest):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue