Add link to individual post in index
This commit is contained in:
parent
89622db6c9
commit
44a49e5aee
2 changed files with 2 additions and 1 deletions
|
|
@ -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('/')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue