tests: fix test failures in #4553.

This commit is contained in:
evazion
2020-08-17 15:19:34 -05:00
parent e5f459bd52
commit e196514de8
3 changed files with 19 additions and 20 deletions

View File

@@ -39,7 +39,6 @@ class PostAppealsControllerTest < ActionDispatch::IntegrationTest
should respond_to_search({}).with { [@resolved_appeal, @unrelated_appeal, @post_appeal] }
should respond_to_search(reason_matches: "Good.").with { @unrelated_appeal }
should respond_to_search(is_resolved: "true").with { @resolved_appeal }
context "using includes" do
should respond_to_search(post_id: 101).with { @post_appeal }