mirror of
https://github.com/wekan/wekan.git
synced 2026-02-01 06:01:48 +01:00
test
This commit is contained in:
parent
f331f75e12
commit
a2a19318fc
1 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,8 @@ class TestBoard:
|
|||
}
|
||||
|
||||
response = requests.post(f"{base_url}/users/login", data=login_data)
|
||||
|
||||
print(f"🔑 Login response status: {response.status_code}, body: {response.text}")
|
||||
print("reposnr_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