Skip to content

Commit 15a1136

Browse files
committed
Helps if you get the path right
1 parent b398690 commit 15a1136

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/controllers/complaints_controller_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,6 @@ def try_update_status(complaint_sym, status, outcome: nil)
314314
end
315315

316316
def try_reports(status: nil, report_type: nil, outcome: nil)
317-
get reports_path, params: { status: status, report_type: report_type, outcome: outcome }
317+
get complaints_path, params: { status: status, report_type: report_type, outcome: outcome }
318318
end
319319
end

0 commit comments

Comments
 (0)