mirror of
https://github.com/simple-login/app.git
synced 2025-02-24 07:43:54 +08:00
fix flake8
This commit is contained in:
parent
2bed79095c
commit
e14e697207
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ def test_different_scenarios_v4(flask_client):
|
||||||
assert r.json["recommendation"]["hostname"] == "www.test.com"
|
assert r.json["recommendation"]["hostname"] == "www.test.com"
|
||||||
|
|
||||||
|
|
||||||
def test_different_scenarios_v4(flask_client):
|
def test_different_scenarios_v4_2(flask_client):
|
||||||
user = User.create(
|
user = User.create(
|
||||||
email="a@b.c", password="password", name="Test User", activated=True
|
email="a@b.c", password="password", name="Test User", activated=True
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue