mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 09:38:49 +01:00
test
This commit is contained in:
parent
b252bfeb9e
commit
160861a5fe
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ class TestBoard:
|
|||
response = requests.post(f"{base_url}/users/login", data=login_data)
|
||||
print(f"URL:{base_url}/users/login")
|
||||
print(f"🔑 Login response status: {response.status_code}, body: {response.text}")
|
||||
print("response_JSON:", response.json())
|
||||
# print("response_JSON:", response.json())
|
||||
if response.status_code == 200:
|
||||
json_response = response.json()
|
||||
if 'token' in json_response:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue