validate: switch site to validate
Since http://vtluug.org/ seems to always be invalid HTML at inconvenient times, switch to using http://validator.w3.org/ itself, which I would hope would always be valid.
This commit is contained in:
@@ -14,7 +14,7 @@ class TestValidate(unittest.TestCase):
|
||||
self.phenny = MagicMock()
|
||||
|
||||
def test_valid(self):
|
||||
url = 'http://vtluug.org/'
|
||||
url = 'http://validator.w3.org/'
|
||||
input = Mock(group=lambda x: url)
|
||||
val(self.phenny, input)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user