Skip to content

Commit 725a2a4

Browse files
committed
SDK-1076: Update test to support 3.4 and 3.5
1 parent f26b331 commit 725a2a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yoti_python_sdk/tests/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ def test_perform_aml_check_details_with_correct_data(
299299

300300
aml_result = client.perform_aml_check(aml_profile)
301301

302-
mock_post.assert_called_once()
302+
mock_post.assert_called_once_with()
303303

304304
assert isinstance(aml_result, aml.AmlResult)
305305
assert isinstance(aml_result.on_watch_list, bool)

0 commit comments

Comments
 (0)