Add link to individual post in index

This commit is contained in:
PV Tejas 2026-03-11 20:27:32 +05:30
parent 89622db6c9
commit 44a49e5aee
2 changed files with 2 additions and 1 deletions

View file

@ -13,6 +13,7 @@ def test_index(client, auth):
assert b'by test on 2018-01-01' in response.data
assert b'test\nbody' not in response.data
assert b'href="/1/update"' in response.data
assert b'href="/1/"' in response.data
def test_firehose(client, auth):
response = client.get('/')