End individual post url in /
This commit is contained in:
parent
13bdcaef9e
commit
89622db6c9
2 changed files with 4 additions and 3 deletions
|
|
@ -28,7 +28,7 @@ def test_firehose(client, auth):
|
|||
assert b'href="/1/update"' in response.data
|
||||
|
||||
def test_individual_page(client, auth):
|
||||
response = client.get('/1')
|
||||
response = client.get('/1/')
|
||||
assert b'test title' in response.data
|
||||
assert b'by test on 2018-01-01' in response.data
|
||||
assert b'test\nbody' in response.data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue