[pre-commit.ci lite] apply automatic fixes
This commit is contained in:
parent
b2b9b7c753
commit
44d811d5f1
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
from app import app
|
from app import app
|
||||||
|
|
||||||
|
|
||||||
def test_home():
|
def test_home():
|
||||||
client = app.test_client()
|
client = app.test_client()
|
||||||
response = client.get('/')
|
response = client.get("/")
|
||||||
assert response.status_code == 200
|
assert response.status_code == 200
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue