Skip to content

Commit 3838647

Browse files
fixing test
1 parent 2f88484 commit 3838647

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

yoti_python_sdk/tests/doc_scan/session/create/test_sdk_config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def test_should_build_correctly(self):
4343
assert result.success_url is self.SOME_SUCCESS_URL
4444
assert result.error_url is self.SOME_ERROR_URL
4545
assert result.privacy_policy_url is self.SOME_PRIVACY_POLICY_URL
46+
assert result.allow_handoff is True
4647

4748
def test_should_allows_camera(self):
4849
result = SdkConfigBuilder().with_allows_camera().build()

0 commit comments

Comments
 (0)