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:
mutantmonkey
2013-09-30 22:47:59 -07:00
parent 4edf618ef2
commit 1472c36fed

View File

@@ -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)