Fix bad test
This commit is contained in:
parent
f2fb55ea33
commit
13bdcaef9e
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ def test_firehose(client, auth):
|
|||
assert b"Register" not in response.data
|
||||
|
||||
auth.login()
|
||||
response = client.get('/')
|
||||
response = client.get('/firehose')
|
||||
assert b'Log Out' in response.data
|
||||
assert b'test title' in response.data
|
||||
assert b'by test on 2018-01-01' in response.data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue