Fix test assertion to match updated copy
https://claude.ai/code/session_018Ym45siELMvsBQj4w9QAXf
change
commit 6e940854db81c29dd4d16eafcc2aff367e761030
author Alpha Chen <alpha@kejadlen.dev>
date
parent d1188f04
diff --git a/test/test_app.rb b/test/test_app.rb
index 084ad7b..cfa1e84 100644
--- a/test/test_app.rb
+++ b/test/test_app.rb
@@ -14,6 +14,6 @@ class TestApp < Minitest::Test
     get "/"
     assert_equal 200, last_response.status
     assert_includes last_response.body, "Domus"
-    assert_includes last_response.body, "Add a document"
+    assert_includes last_response.body, "Add an image"
   end
 end