Commit 232d7aaf67d6e6b2438b283088964176b9bc1cda
1 parent
5300e676
Exists in
master
and in
19 other branches
Fixed routing test
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
test/routing_test.rb
... | ... | @@ -8,7 +8,7 @@ class RoutingTest < Minitest::Test |
8 | 8 | |
9 | 9 | def test_routing_mappings |
10 | 10 | index_options = Store.searchkick_index.index_options |
11 | - assert_equal index_options[:mappings][:store][:_routing], required: true | |
11 | + assert_equal index_options[:mappings]["store"][:_routing], required: true | |
12 | 12 | end |
13 | 13 | |
14 | 14 | def test_routing_correct_node | ... | ... |