Merge branch 'main' into notifs-hiding
* main: Fix failing test (we're no longer redirecting here
This commit is contained in:
@@ -40,7 +40,7 @@ class CardsControllerTest < ActionDispatch::IntegrationTest
|
||||
image: fixture_file_upload("moon.jpg", "image/jpeg"),
|
||||
draft_comment: "Something more in-depth",
|
||||
tag_ids: [ tags(:mobile).id ] } }
|
||||
assert_redirected_to collection_card_path(collections(:writebook), cards(:logo))
|
||||
assert_response :success
|
||||
|
||||
card = cards(:logo).reload
|
||||
assert_equal "Logo needs to change", card.title
|
||||
|
||||
Reference in New Issue
Block a user