Update tests

This commit is contained in:
Jason Zimdars
2025-10-23 07:54:46 -07:00
parent 45614a07ea
commit 1c8a9fdc67
2 changed files with 2 additions and 2 deletions
@@ -13,7 +13,7 @@ class Cards::PublishesControllerTest < ActionDispatch::IntegrationTest
post card_publish_path(card)
end
assert_redirected_to card
assert_redirected_to card.collection
end
test "create and add another" do