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