Skip to content

Commit 57cf17c

Browse files
committed
Add assertion for proof_of_life_url in test_verification_without_liveness
1 parent 06a9ae8 commit 57cf17c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mati/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.0.8.dev3'
1+
__version__ = '2.0.8.dev4'

tests/resources/test_verifications.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def test_verification_without_liveness(client: Client):
3838
verification = client.verifications.retrieve('5d9fb1f5bfbfac001a349bfb')
3939
verification.steps = []
4040
assert not verification.proof_of_life_document
41+
assert not verification.proof_of_life_url
4142

4243

4344
@pytest.mark.vcr

0 commit comments

Comments
 (0)