Fix awik test

This commit is contained in:
Robin Richtsfeld
2018-07-31 04:50:22 +02:00
parent bc5be32060
commit 44084c8739

View File

@@ -41,7 +41,7 @@ class TestArchwiki(unittest.TestCase):
archwiki.awik(self.phenny, self.input)
out = self.phenny.say.call_args[0][0]
self.keywords = ['policy', 'mail', 'transfer', 'providers']
self.keywords = ['DMARC', 'implementation', 'specification']
self.check_snippet(out)
def test_awik_fragment(self):