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 f26b331 commit 725a2a4Copy full SHA for 725a2a4
yoti_python_sdk/tests/test_client.py
@@ -299,7 +299,7 @@ def test_perform_aml_check_details_with_correct_data(
299
300
aml_result = client.perform_aml_check(aml_profile)
301
302
- mock_post.assert_called_once()
+ mock_post.assert_called_once_with()
303
304
assert isinstance(aml_result, aml.AmlResult)
305
assert isinstance(aml_result.on_watch_list, bool)
0 commit comments