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.master
parent
4edf618ef2
commit
1472c36fed
|
@ -14,7 +14,7 @@ class TestValidate(unittest.TestCase):
|
||||||
self.phenny = MagicMock()
|
self.phenny = MagicMock()
|
||||||
|
|
||||||
def test_valid(self):
|
def test_valid(self):
|
||||||
url = 'http://vtluug.org/'
|
url = 'http://validator.w3.org/'
|
||||||
input = Mock(group=lambda x: url)
|
input = Mock(group=lambda x: url)
|
||||||
val(self.phenny, input)
|
val(self.phenny, input)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue