From 0ea5b143c50b43cab8d373b3e5541c81eed78f98 Mon Sep 17 00:00:00 2001 From: John Hernley Date: Fri, 25 Oct 2024 20:43:12 +0000 Subject: [PATCH] title --- test/client/reindex_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/client/reindex_test.rb b/test/client/reindex_test.rb index d8d249a2..6da40505 100644 --- a/test/client/reindex_test.rb +++ b/test/client/reindex_test.rb @@ -40,7 +40,7 @@ @dest_index.refresh # Verify that the document has been reindexed - doc = @dest_index.docs.get(id: 1, type: "book") + doc = @dest_index.docs.get(id: 1, type: "title") puts "Document in Destination Index: #{doc}" assert_equal "Book 1", doc["_source"]["title"]