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():