Skip to content

Commit

Permalink
fix(tests): Incorrect mock in `test_ensure_identity_traits_blanks__ex…
Browse files Browse the repository at this point in the history
…clusive_start_key__calls_expected` (#4944)
  • Loading branch information
khvn26 authored Jan 2, 2025
1 parent 206fc76 commit bbe7db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/tests/unit/edge_api/test_unit_edge_api_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,4 +239,4 @@ def test_ensure_identity_traits_blanks__exclusive_start_key__calls_expected(
)

# Then
identity_wrapper_mock.scan_get_all_items.assert_called_once_with(**expected_kwargs)
identity_wrapper_mock.scan_iter_all_items.assert_called_once_with(**expected_kwargs)

0 comments on commit bbe7db1

Please sign in to comment.