From 232d7aaf67d6e6b2438b283088964176b9bc1cda Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 1 Mar 2018 00:22:32 -0800 Subject: [PATCH] Fixed routing test --- test/routing_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/routing_test.rb b/test/routing_test.rb index 10cdfa5..b201529 100644 --- a/test/routing_test.rb +++ b/test/routing_test.rb @@ -8,7 +8,7 @@ class RoutingTest < Minitest::Test def test_routing_mappings index_options = Store.searchkick_index.index_options - assert_equal index_options[:mappings][:store][:_routing], required: true + assert_equal index_options[:mappings]["store"][:_routing], required: true end def test_routing_correct_node -- libgit2 0.21.0