From 8161a8b8b46bf32bd3bbca2872b51df4db11935a Mon Sep 17 00:00:00 2001 From: Colin Maudry Date: Tue, 30 Jun 2026 14:20:51 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20test=5Fvisible=5Fsections=20v=C3=A9rifie?= =?UTF-8?q?=20roadmap=20au=20lieu=20d'archives=20#94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- tests/test_compte_shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_compte_shell.py b/tests/test_compte_shell.py index 95dd3a1..46fdeb4 100644 --- a/tests/test_compte_shell.py +++ b/tests/test_compte_shell.py @@ -19,7 +19,7 @@ def test_visible_sections_hides_gated_without_subscription(): def test_visible_sections_shows_all_with_subscription(): keys = {s["key"] for s in shell.visible_sections(has_subscription=True)} - assert "archives" in keys + assert "roadmap" in keys def test_guard_redirect_anonymous_goes_to_login():