Remove login URL | Fixes #3
This commit is contained in:
parent
67953ac42e
commit
39243beff4
2 changed files with 1 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ from flaskr.db import get_db
|
|||
|
||||
def test_index(client, auth):
|
||||
response = client.get('/')
|
||||
assert b"Log In" in response.data
|
||||
assert b"Log In" not in response.data
|
||||
assert b"Register" not in response.data
|
||||
|
||||
auth.login()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue