summaryrefslogtreecommitdiff
path: root/test/controllers/nodes_controller_test.rb
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-30 16:50:19 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-30 16:50:19 +0200
commit37c542bee952193ebfbced8529b8699e2712fdc8 (patch)
treedf8d70c586002a08b85ba1143a93f9444215ff63 /test/controllers/nodes_controller_test.rb
parent970f0daaa7097d1a34cf3daa6266b80b93c190a9 (diff)
Localise model validation messages and refusal reasons
Diffstat (limited to 'test/controllers/nodes_controller_test.rb')
-rw-r--r--test/controllers/nodes_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/controllers/nodes_controller_test.rb b/test/controllers/nodes_controller_test.rb
index d7a3abbd..0b6e65ee 100644
--- a/test/controllers/nodes_controller_test.rb
+++ b/test/controllers/nodes_controller_test.rb
@@ -628,7 +628,7 @@ class NodesControllerTest < ActionController::TestCase
628 test "chapters renders the curated heading" do 628 test "chapters renders the curated heading" do
629 login_as :quentin 629 login_as :quentin
630 get :chapters 630 get :chapters
631 assert_select "h1", "Chapters" 631 assert_select "h1", "Dezentrale"
632 end 632 end
633 633
634 test "sitemap collapses configured paths but leaves others open" do 634 test "sitemap collapses configured paths but leaves others open" do