This commit is contained in:
Son NK 2021-04-06 15:19:28 +02:00
parent c715f87526
commit be5cdc59ba

View file

@ -56,7 +56,7 @@ def test_authorize_page_non_login_user(flask_client):
html = r.get_data(as_text=True)
assert r.status_code == 200
assert "In order to accept the request, you need to sign in" in html
assert "Sign in to accept sharing data with" in html
def test_authorize_page_login_user_non_supported_flow(flask_client):
@ -116,7 +116,6 @@ def test_authorize_page_login_user(flask_client):
html = r.get_data(as_text=True)
assert r.status_code == 200
assert "You can customize the info sent to this app" in html
assert "a@b.c (Personal Email)" in html