We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f88484 commit 3838647Copy full SHA for 3838647
yoti_python_sdk/tests/doc_scan/session/create/test_sdk_config.py
@@ -43,6 +43,7 @@ def test_should_build_correctly(self):
43
assert result.success_url is self.SOME_SUCCESS_URL
44
assert result.error_url is self.SOME_ERROR_URL
45
assert result.privacy_policy_url is self.SOME_PRIVACY_POLICY_URL
46
+ assert result.allow_handoff is True
47
48
def test_should_allows_camera(self):
49
result = SdkConfigBuilder().with_allows_camera().build()
0 commit comments