mirror of
https://github.com/wekan/wekan.git
synced 2026-01-25 18:56:10 +01:00
Refactor health check test to assert for 200 status code and remove debug print statement
This commit is contained in:
parent
01d50ed631
commit
4df57d54df
1 changed files with 0 additions and 2 deletions
|
|
@ -13,6 +13,4 @@ class TestLogin:
|
|||
def test_health_check(self):
|
||||
"""Test basic health check"""
|
||||
response = requests.get(f"{base_url}")
|
||||
# assert response.status_code == 400
|
||||
print("**************",response.status_code)
|
||||
assert response.status_code == 200
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue