Skip to content

Commit

Permalink
fix: remove first and last name from safe case
Browse files Browse the repository at this point in the history
  • Loading branch information
elsapet committed Jun 3, 2024
1 parent 52ca7be commit 600eb57
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/python/third_parties/algolia/testdata/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,4 @@
)

# ok
index.save_object({
'firstname': 'Mish',
'lastname': 'Bear',
'objectID': 'mish001'
})
index.save_object({ 'objectID': user.uuid })

0 comments on commit 600eb57

Please sign in to comment.