Skip to content

Commit a9fd148

Browse files
committed
Fix failing test with new post_unfollow route
1 parent d4a618d commit a9fd148

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/comments_test_helpers.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def try_post_follow(test_post)
8080
# Attempts to unfollow new threads on a given post
8181
# @param post [Post] post to unfollow
8282
def try_post_unfollow(test_post)
83-
post :post_follow, params: { post_id: test_post.id }
83+
post :post_unfollow, params: { post_id: test_post.id }
8484
end
8585

8686
# Attempts to lock a given comment thread

0 commit comments

Comments
 (0)