mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
tests: Check that verify test doesn't succeed early
This commit is contained in:
@ -98,6 +98,7 @@ class TestFprintd(dbusmock.DBusTestCase):
|
||||
with open(mock_log.name) as f:
|
||||
out = f.read()
|
||||
self.assertRegex(out, r'left-little-finger')
|
||||
self.assertNotRegex(out, 'Verify result: verify-match \(done\)')
|
||||
|
||||
self.device_mock.EmitVerifyStatus('verify-match', True)
|
||||
time.sleep(0.5)
|
||||
|
||||
Reference in New Issue
Block a user