flush the correct error

This commit is contained in:
Chris Wolfe 2016-06-02 14:27:51 -07:00
parent 65713d8652
commit 0ad8df3750

View File

@ -834,7 +834,7 @@ class Wormholes(ServerBase, unittest.TestCase):
yield w1.close()
yield w2.close()
self.flushLoggedErrors(ValueError)
self.flushLoggedErrors(KeyFormatError)
@inlineCallbacks
def test_verifier(self):