fix: correct "bugs" to "issues" in routing table and README references across multiple documentation files
This commit is contained in:
@@ -21,7 +21,7 @@ def _session_content_negotiation(password="secret123"):
|
||||
allow_redirects=True,
|
||||
)
|
||||
return s, name
|
||||
PUBLIC_PAGES = ["/feed", "/projects", "/gists", "/news", "/leaderboard", "/bugs"]
|
||||
PUBLIC_PAGES = ["/feed", "/projects", "/gists", "/news", "/leaderboard", "/issues"]
|
||||
|
||||
|
||||
def test_public_pages_serve_json_and_html(app_server):
|
||||
|
||||
Reference in New Issue
Block a user