Add first info to landing page
This commit is contained in:
@@ -6,7 +6,6 @@ def test_unauthorized_access(unauthorized_client):
|
||||
assert response.status_code == 401
|
||||
|
||||
|
||||
def test_unauthorized_access(unauthorized_client):
|
||||
response = unauthorized_client.get("/")
|
||||
print(response.text)
|
||||
assert response.status_code == 401
|
||||
def test_authorized_access(client):
|
||||
response = client.get("/")
|
||||
assert response.status_code == 200
|
||||
|
||||
Reference in New Issue
Block a user