Skip to content

Commit

Permalink
Temporarily comment out methodology
Browse files Browse the repository at this point in the history
  • Loading branch information
tunetheweb committed Oct 18, 2024
1 parent 64a1b14 commit a8ba7b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/server/tests/routes_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,9 @@ def test_render_caps_en_2019_meth(client):
assert_route(client, "/EN/2019/methodology", 302, "/en/2019/methodology")


def test_render_en_default_year_meth(client):
assert_route(client, "/en/" + DEFAULT_YEAR + "/methodology", 200)
# TODO - uncomment when this is available!
#def test_render_en_default_year_meth(client):
# assert_route(client, "/en/" + DEFAULT_YEAR + "/methodology", 200)

Check notice

Code scanning / CodeQL

Commented-out code Note test

This comment appears to contain commented-out code.


def test_render_en_accessibility_statement(client):
Expand Down

0 comments on commit a8ba7b9

Please sign in to comment.