flush the correct error
This commit is contained in:
parent
65713d8652
commit
0ad8df3750
|
@ -834,7 +834,7 @@ class Wormholes(ServerBase, unittest.TestCase):
|
||||||
|
|
||||||
yield w1.close()
|
yield w1.close()
|
||||||
yield w2.close()
|
yield w2.close()
|
||||||
self.flushLoggedErrors(ValueError)
|
self.flushLoggedErrors(KeyFormatError)
|
||||||
|
|
||||||
@inlineCallbacks
|
@inlineCallbacks
|
||||||
def test_verifier(self):
|
def test_verifier(self):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user