From 600eb5773ec329664dd56cd6d012a91ab5585d93 Mon Sep 17 00:00:00 2001 From: elsapet Date: Mon, 3 Jun 2024 12:24:22 +0200 Subject: [PATCH] fix: remove first and last name from safe case --- tests/python/third_parties/algolia/testdata/main.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tests/python/third_parties/algolia/testdata/main.py b/tests/python/third_parties/algolia/testdata/main.py index 720917d4..f67bbc06 100644 --- a/tests/python/third_parties/algolia/testdata/main.py +++ b/tests/python/third_parties/algolia/testdata/main.py @@ -28,8 +28,4 @@ ) # ok -index.save_object({ - 'firstname': 'Mish', - 'lastname': 'Bear', - 'objectID': 'mish001' -}) \ No newline at end of file +index.save_object({ 'objectID': user.uuid }) \ No newline at end of file