fix test login
This commit is contained in:
parent
61f2507ead
commit
045b7b4f95
|
@ -46,7 +46,7 @@ def test_login(user: UserClient, app: Devicehub):
|
||||||
body, status, headers = client.get('/login/')
|
body, status, headers = client.get('/login/')
|
||||||
body = next(body).decode("utf-8")
|
body = next(body).decode("utf-8")
|
||||||
assert status == '200 OK'
|
assert status == '200 OK'
|
||||||
assert "Login to Your Account" in body
|
assert "Sign in" in body
|
||||||
|
|
||||||
data = {
|
data = {
|
||||||
'email': user.email,
|
'email': user.email,
|
||||||
|
|
Reference in New Issue