You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first of all thank you for this package. I have noticed there may have been a regression introduced in version 1.3.7 when indexing a document with a existing id.
Here is a basic test to reproduce the problem test_index.py :
Hi,
first of all thank you for this package. I have noticed there may have been a regression introduced in version
1.3.7
when indexing a document with a existingid
.Here is a basic test to reproduce the problem
test_index.py
:With
elasticmock==1.3.6
this test runs fine, but with1.3.7
I get the following result :It appears that elasticmock is trying to get it from its document list, but as it's not yet created it fails with a
NotFoundError
The text was updated successfully, but these errors were encountered: