Skip to content

Commit 3d6376e

Browse files
Chore/remove roadmap endpoint and page (#2732)
* Remove roadmap page * remove from test_index. This is now a GCA page * Remove roadmap page * remove from test_index. This is now a GCA page * Remove roadmap page * remove from test_index. This is now a GCA page * Remove roadmap page * remove from test_index. This is now a GCA page
1 parent 2851af8 commit 3d6376e

3 files changed

Lines changed: 0 additions & 21 deletions

File tree

app/main/views/index.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -265,11 +265,6 @@ def callbacks():
265265
return redirect(documentation_url("callbacks"), code=301)
266266

267267

268-
@main.route("/roadmap", endpoint="roadmap")
269-
def roadmap():
270-
return render_template("views/roadmap.html")
271-
272-
273268
@main.route("/email", endpoint="email")
274269
def features_email():
275270
return render_template("views/emails.html")

app/templates/views/roadmap.html

Lines changed: 0 additions & 14 deletions
This file was deleted.

tests/app/main/views/test_index.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ def test_security_txt(client):
157157
@pytest.mark.parametrize(
158158
"view",
159159
[
160-
"roadmap",
161160
"email",
162161
"sms",
163162
"letters",
@@ -218,7 +217,6 @@ def test_activity_page(mocker, client, stats, services):
218217
@pytest.mark.parametrize(
219218
"view, expected_view",
220219
[
221-
("redirect_roadmap", "roadmap"),
222220
("redirect_email", "email"),
223221
("redirect_sms", "sms"),
224222
("redirect_letters", "letters"),

0 commit comments

Comments
 (0)