diff --git a/test/models/command/search_test.rb b/test/models/command/search_test.rb index 11476620d..57e8d900d 100644 --- a/test/models/command/search_test.rb +++ b/test/models/command/search_test.rb @@ -12,6 +12,6 @@ class Command::SearchTest < ActionDispatch::IntegrationTest test "respects existing filters" do result = execute_command "some text", context_url: "http://37signals.fizzy.localhost:3006/cards?collection_ids%5B%5D=#{collections(:writebook).id}" - assert_equal cards_path(indexed_by: "newest", collection_ids: [collections(:writebook).id], terms: [ "some text" ]), result.url + assert_equal cards_path(indexed_by: "newest", collection_ids: [ collections(:writebook).id ], terms: [ "some text" ]), result.url end end